@extends('backend.layout.main') @section('content')
@if (!in_array('api', explode(',', $lims_general_setting_data->modules))) @if(config('database.connections.saleprosaas_landlord') && !tenant())
{{__('db.To use the mobile app, buy the SaaS App Addon or contact Support Ticket.')}} {{__('db.Click Here to Buy')}}.
@else
{{__('db.To use the mobile app, buy the App Addon.')}} {{__('db.Click Here to Buy')}}.
@endif @endif

{{__('db.App Setting')}}

{{__('db.Manual Process for connecting the Mobile App')}}
{{__('db.QR Code for Connecting the Mobile App')}}

{{__('db.Active Devices')}}

@foreach($mobile_tokens as $token) @endforeach
{{__('db.name')}} {{__('db.IP')}} {{__('db.Last Active')}} {{__('db.action')}}
{{ $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'))
@csrf @method('DELETE')
@endif
@endsection @push('scripts') @endpush