{{ $custody->name }}
{{ __('Employee') }}/{{ __('Client') }}: {{ $custody->employee->name ?? ($custody->client->name ?? '-') }}
{{ __('Status') }}:
{{ __(ucfirst($custody->status)) }}
{{ __('Description') }}: {{ $custody->description ?? '-' }}
{{ __('Delivery Attachment') }}:
@if($custody->delivery_attachment_url)
{{ __('View') }}
@else
—
@endif
{{ __('Return Attachment') }}:
@if($custody->return_attachment_url)
{{ __('View') }}
@else
—
@endif