{{ session('status') }}
{{ $errors->first('asset') }}
{{ $asset->model ?? '-' }}
{{ $asset->processor ?? '-' }}
{{ $asset->ram ?? '-' }}
{{ $asset->storage ?? '-' }}
{{ $asset->purchaseDate ? $asset->purchaseDate->format('d/m/Y') : '-' }}
{{ $asset->osVer ?? '-' }}
{{ $asset->status ?? 'Available' }}
{{ $currentAssignment->userFullName ?? ($currentAssignment->user->fullName ?? 'User Deleted') }}
@php $dept = $currentAssignment->userDepartment ?? ($currentAssignment->user->department ?? null); @endphp @if($dept)({{ $dept }} Department)
@endif @elseWith IT
@endif| {{ __('Previous Users') }} | {{ __('Department') }} | {{ __('Date Check-Out From IT') }} | {{ __('Date Check-In to IT') }} |
|---|---|---|---|
| {{ $assignment->userFullName ?? ($assignment->user->fullName ?? 'User Deleted') }} | {{ $assignment->userDepartment ?? ($assignment->user->department ?? '-') }} | {{ $assignment->checkoutDate->format('d/m/Y') }} | {{ $assignment->checkinDate->format('d/m/Y') }} |
{{ __('No previous users found.') }}
@endif