/home/techb158/ileadtechnology.com/SSM/resources/views/print/institute
NameSizeModeActions
document.blade.php11100644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/institute/document.blade.php (1110B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('institute.document').' '.trans('general.total_result_count',['count' => count($institute_documents)])}}

@foreach($institute_documents as $institute_document) @endforeach
{{trans('institute.document_title')}} {{trans('institute.document_date_of_expiry')}} {{trans('institute.document_description')}}
{{$institute_document->title}} @if($institute_document->date_of_expiry) {{showDate($institute_document->date_of_expiry)}} @endif {{$institute_document->description}}
@include('print.print-layout.footer')