/home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory/stock-category.blade.php (799B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('inventory.stock_category').' '.trans('general.total_result_count',['count' => count($stock_categories)])}}
| {{trans('inventory.stock_category_name')}} |
{{trans('inventory.stock_category_description')}} |
@foreach($stock_categories as $stock_category)
| {{$stock_category->name}} |
{{$stock_category->description}} |
@endforeach
@include('print.print-layout.footer')