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