Inventory Pro
Asset History
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
| SERIAL NUMBER | HOLDER | RECEIVE DATE | CREATED BY | CREATED AT |
|---|---|---|---|---|
| @if($history->aset && $history->aset->serial_number) {{ $history->aset->serial_number }} @else N/A @endif | @if($history->holder) {{ $history->holder->name }} @else Unknown @endif | {{ $history->receivedate->format('d M Y') }} | @if($history->createdBy) {{ $history->createdBy->name }} @else Unknown @endif | {{ $history->created_at->setTimezone('Asia/Kuala_Lumpur')->format('d/m/Y H:i') }} |
Showing {{ $histories->firstItem() }} to {{ $histories->lastItem() }} of {{ $histories->total() }} results
No History Records Found
There are no history records available.