@section('title', __('Sales')) @section('breadcrumb') {{ __('Sales') }} {{ __('Home') }} {{ __('Sales') }} {{ __('Import') }} {{-- use livewire - coming soon --}} {{-- {{ __('PDF') }} {{ __('Excel') }} --}} @can('sale_create') {{ __('Create Invoice') }} @endcan @endsection