@if (!in_array('api', explode(',', $lims_general_setting_data->modules)))
@if(config('database.connections.saleprosaas_landlord') && !tenant())
@else
@endif
@endif
{{__('db.Manual Process for connecting the Mobile App')}}
{{__('db.QR Code for Connecting the Mobile App')}}
{{__('db.Active Devices')}}
|
{{__('db.name')}} |
{{__('db.IP')}} |
{{__('db.Last Active')}} |
{{__('db.action')}} |
@foreach($mobile_tokens as $token)
| {{ $loop->iteration }} |
{{ $token->name ?? 'Device ' . $loop->iteration }} |
{{ $token->ip ?? '-' }} |
@if($token->last_active)
{{ \Carbon\Carbon::parse($token->last_active)->format('d M Y, h:i A') }}
@else
-
@endif
|
@if(env('USER_VERIFIED'))
@endif
|
@endforeach