{{ $efile->uniquenumber }}
|
|
@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
|
@endforeach