@section('title', 'Asset')
{{ __('Manage Asset') }}
@forelse ($assets as $asset) @empty @endforelse
{{ __('Image') }} {{ __('Name') }} {{ __('Asset Name') }} {{ __('Status') }} {{ __('Action') }}

{{ $asset->employee->user->name }}


{{ __('Asset Code') }}: {{ $asset->asset_code }}

{{ __('Assigned Date') }}: {{ $asset->assigned_date }}

{{ __('Return Date') }}: {{ $asset->return_date }}

{{ __('Serial Number') }}: {{ $asset->serial_number }}

{{ __('Model') }}: {{ $asset->model }}

{{ __('Brand') }}: {{ $asset->brand }}

{{ $asset->asset_name }}

Condition {{ ucfirst($asset->condition) }}
{{ ucfirst($asset->status) }}
{{ __('No Asset Found') }}
@push('js') @endpush