@extends('layout.mainlayout') @section('content')
| Make | Model | Serial | IMEI 1 | IMEI 2 | MQT | Location | Received From | Received At | Remarks | Attachment |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['proto']['make'] }} | {{ $item['proto']['model'] }} | {{ $item['proto']['serial'] }} | {{ $item['proto']['imei_1'] }} | {{ $item['proto']['imei_2'] }} | {{ $item['proto']['mqt'] }} | {{ $item['proto']['location'] }} | {{ $item['proto']['received_from'] }} | {{ $item['proto']['received_at'] }} | {{ $item['proto']['remarks'] }} | @if($item['proto']['attachment']) View @else N/A @endif |
No pending proto records found.
@endif| ID | Allocation ID | Project ID | SIM ID | Returned At | Created At | Updated At |
|---|---|---|---|---|---|---|
| {{ $sim['id'] }} | {{ $sim['allocation_id'] }} | {{ $sim['project_id'] }} | {{ $sim['sim_id'] }} | {{ $sim['returned_at'] ?? 'N/A' }} | {{ \Carbon\Carbon::parse($sim['created_at'])->format('Y-m-d H:i') }} | {{ \Carbon\Carbon::parse($sim['updated_at'])->format('Y-m-d H:i') }} |
No pending SIM records found.
@endif| {{ ucfirst(str_replace('_', ' ', $column)) }} | @endforeach
|---|
| {{ $value }} | @endforeach
No pending FI records found.
@endif