Dispatch Files ({{$efiles->count();}})
@foreach ($efiles as $efile) @endforeach
Dispatch No. Title Department Date
{{ $efile->uniquenumber }}
{{ $efile->subject }}
@php $getfromdep = DB::table('odepartments')->where('id', $efile->fromdep)->first(); @endphp @if (isset($getfromdep->name)) {{ $getfromdep->name }} @endif {{ $efile->created_at }} @php $getOfile = DB::table('efileshares')->where('id', $efile->draft_id)->first(); @endphp
@csrf