All Correspond Send Data
{{ session('success') }}
@endif
| SL | Date | Document Type | Document No | Reason | Comeback Or Not | Remarks | Possible Return Date | Actual Return Date | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $data->send_date ? date('d-m-Y', strtotime($data->send_date)) : '' }} | {{ $data->document_type }} | {{ $data->document_no }} | {{ $data->given_reason }} | {{ $data->comeback_or_not }} | {{ $data->remarks }} | {{ $data->comeback_date ? date('d-m-Y', strtotime($data->comeback_date)) : '' }} | {{ $data->actual_return_date ? date('d-m-Y', strtotime($data->actual_return_date)) : '' }} | Edit |