@section('title', __('Products')) @section('breadcrumb') {{ __('Products') }} {{ __('Home') }} {{ __('Products') }} @can('product_import') {{ __('Excel Import') }} @endcan @can('product_export') {{ __('PDF Export') }} {{ __('Excel Export') }} @endcan @can('product_create') {{ __('Create Product') }} @endcan @endsection