Inventory Pro
Inventory Information
{{ $history->inventory->name ?? 'N/A' }}
@if($history->inventory->code) {{ $history->inventory->code }} @endif{{ $history->inventory->description }}
Serial Information
{{ $history->aset->serial_number }}
@elseN/A
@endif{{ $history->aset->status }}
@elseUnknown
@endif{{ $history->aset->location->name }}
@elseOthers
@endifHolder Information
{{ $history->holder->name }}
@if($history->holder->email){{ $history->holder->email }}
@endif @elseUnknown Holder
@endif{{ $history->holder->department }}
Record Information
{{ $history->receivedate->setTimezone('Asia/Kuala_Lumpur')->format('d/m/Y H:i:s') }}
@if($history->createdBy) {{ $history->createdBy->name }} @else Unknown @endif
{{ $history->created_at->setTimezone('Asia/Kuala_Lumpur')->format('d/m/Y H:i:s') }}
{{ $history->updated_at->setTimezone('Asia/Kuala_Lumpur')->format('d/m/Y H:i:s') }}
{{ $history->updatedBy->name }}