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