{{ $sendRecieved->document_title }}
Open
@if ($sendRecieved->document_attach_file) @php $ext = strtolower(pathinfo($sendRecieved->document_attach_file, PATHINFO_EXTENSION)); @endphp @if (in_array($ext, ['jpg','jpeg','png','gif'])) preview @elseif ($ext === 'pdf') @else

Preview not supported.

@endif @else

N/A

@endif
Quick Details

مکتوب نمبر: {{ $sendRecieved->letter_number ?? '-' }}

مرسل: {{ optional($sendRecieved->from)->name_ps ?? optional($sendRecieved->fromDesk)->name_ps ?? '-' }}

مرسل الیه: {{ optional($sendRecieved->toDesk)->name_ps ?? '-' }}

Update Details
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Cancel