/home/techb158/ileadtechnology.com/SSM/resources/views/print/inventory
NameSizeModeActions
stock-category.blade.php7990644editdlrm
stock-item.blade.php11420644editdlrm
stock-purchase.blade.php11920644editdlrm
stock-transfer.blade.php18970644editdlrm
vendor.blade.php26140644editdlrm
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)])}}

@foreach($stock_categories as $stock_category) @endforeach
{{trans('inventory.stock_category_name')}} {{trans('inventory.stock_category_description')}}
{{$stock_category->name}} {{$stock_category->description}}
@include('print.print-layout.footer')