@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

Teachers authentication

@endsection @section('content')
Authentication pending
@if(isset($devices) && !empty($devices) && isset($devices->pendingList) && !empty($devices->pendingList)) @foreach($devices->pendingList as $device) @endforeach @endif
Name Type of device Device name Date/time Location Action
{{$device->name}} {{$device->platform}} {{$device->deviceName}} {{date('d/m/Y, H:i', strtotime($device->lastAccessed))}} {{isset($device->location) ? $device->location : 'N/A'}} Approve
Authentication approved
@if(isset($devices) && !empty($devices) && isset($devices->approvedList) && !empty($devices->approvedList)) @foreach($devices->approvedList as $device) @endforeach @endif {{-- --}}
Name Type of device Device name Date/time Last active Location
{{$device->name}} {{$device->platform}} {{$device->deviceName}} {{date('d/m/Y, H:i', strtotime($device->requestedAt))}} {{date('d/m/Y, H:i', strtotime($device->lastAccessed))}} {{isset($device->location) ? $device->location : 'N/A'}}
Williams Johson Chrome Mac 10/03/2020, 12:00 10/03/2020, 12:00 Dublin, Ireland
Williams Johson Chrome Mac 10/03/2020, 12:00 10/03/2020, 12:00 Dublin, Ireland
Williams Johson Chrome Mac 10/03/2020, 12:00 10/03/2020, 12:00 Dublin, Ireland
Williams Johson Chrome Mac 10/03/2020, 12:00 10/03/2020, 12:00 Dublin, Ireland
Williams Johson Chrome Mac 10/03/2020, 12:00 10/03/2020, 12:00 Dublin, Ireland
@endsection @section('script-bottom') @endsection