/home/techb158/ileadtechnology.com/SSM/resources/views/print/transport
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/transport/circle.blade.php (984B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('transport.circle').' '.trans('general.total_result_count',['count' => count($circles)])}}
| {{trans('transport.circle_name')}} |
{{trans('transport.circle_description')}} |
{{trans('general.created_at')}} |
{{trans('general.updated_at')}} |
@foreach($circles as $circle)
| {{$circle->name}} |
{{$circle->description}} |
{{showDateTime($circle->created_at)}} |
{{showDateTime($circle->updated_at)}} |
@endforeach
@include('print.print-layout.footer')