• Dashboard
  • Dashboard
  • Suppliers
  • Seller
  • Product Listing
  • Stripe Products
  • All Transactions
  • All Active Subscribers
  • @if(\Auth::user()->can('task show'))
  • Task
  • @endif @if(\Auth::user()->can('todo show'))
  • Todo
  • @endif {{--
  • Admin Section
  • --}} @if(\Auth::user()->can('employee show'))
  • Employees
  • @endif @if(\Auth::user()->can('contact show'))
  • Contact
  • @endif @if(\Auth::user()->can('expense show'))
  • Expense
  • @endif {{--
  • Payment
  • --}} @if(\Auth::user()->can('payment stripeShow'))
  • Create Invoice
  • Stripe
  • @endif @if(\Auth::user()->can('role show'))
  • Role
  • @endif