@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('Product wise stock report')}}

{!! \App\Services\SelectService::multi_select_2('categories',$categories,translate('category')) !!} {!! \App\Services\ButtonService::apply_filter_button() !!}
# {{translate('Product')}} {{translate('Category')}} {{translate('Stock')}}
@endsection @section('script') {!! $datatable_script !!} @endsection