@include('includes/header') @include('includes/sidebar')

Devices

@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@if($data->count() == 0) @endif @php $i = 0; @endphp @foreach($data as $val) @php $i++; @endphp @endforeach
Id Full Name Brand Model Sdk Version Device Type Last location Updated On Action
No Data Found!
{{$i}} {{$val['FirstName']}} {{$val['LastName']}} {{$val['Brand']}} {{$val['Model']}} {{$val['SdkVersion']}} {{$val['DeviceType']}} Not Found {{date('d-m-Y h:i A', strtotime($val['UpdatedAt']))}}
{{$data->render('custom_pagination')}}
@include('includes/footer')