@php $user_session = session('restaurant'); @endphp @extends('layouts.customer') @section('content')
{{ $message }}
| # | Device ID | Name | Pair code | Created At | Action |
|---|---|---|---|---|---|
| #{{ $value->id }} | {{ $value->device_id }} | {{ $value->name ?? '' }} | {{ $value->pair_code ?? '' }} | {{ date('F j, Y', strtotime($value->created_at)); }} {{ date('H:i:s A', strtotime($value->created_at)); }} |
{{-- |
No records found!