{{ __('Device Master') }}

Add New Device
@foreach($devices as $device) @endforeach
Device No Location Local IP Address Lo. Port No Model P2P Type P2P Device Id Serial No. Action
{{ $device->device_id }} {{ $device->location }} {{ $device->ip_address }} {{ $device->device_port }} {{ $device->model_no }} {{ ucfirst($device->connection_type) }} {{ $device->p2p_device_id }} {{ $device->serial_no }}
@csrf @method('DELETE')
{{ $devices->links() }}