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