logo logo logo logo
user-img

{{ Auth::user()->name }}

{{ Auth::user()->email }}
    @can('Home')
  • {{__('home.home')}}
  • @endcan @can('Sales')
  • {{__('home.sales')}}
      @can('Sales products')
    • {{__('home.enter_data_panal')}}
    • @endcan @can('Previous sales invoices')
    • {{__('home.pending_invoice_previes')}}
    • @endcan
  • @endcan @can('Technical support')
  • {{__('home.For communication and technical support')}}
    • {{__('home.connectwithebdeasoft')}}
    • {{__('home.whatsappcontact')}}
  • @endcan