/home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/misc
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/configuration/misc/caste.blade.php (710B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('misc.caste').' '.trans('general.total_result_count',['count' => count($castes)])}}
| {{trans('misc.caste_name')}} |
{{trans('misc.caste_description')}} |
@foreach($castes as $caste)
| {{$caste->name}} |
{{$caste->description}} |
@endforeach
@include('print.print-layout.footer')