• Dashboard
  • Dashboard
  • @if(\Auth::user()->can('project show'))
  • Project
  • @endif @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('expense show'))
  • Expense
  • @endif @if(\Auth::user()->can('payment stripeShow'))
  • Payments
    • Create Invoice
    • Stripe Product
    • Stripe
  • @endif @if(\Auth::user()->can('role show'))
  • Role
  • @endif