{{ config('app.name') }}
    @if(auth()->user() && auth()->user()->isPermitted("super"))
  • Super
    • Vouchers
    • Emailer
    • Areas
    • Packages
    • Offers
    • Products
    • Notes report
  • @endif @if(auth()->user() && auth()->user()->isPermitted("director"))
  • Admin
    • Dashboard
    • Sales Dashboard
    • Customers Dashboard
    • Suppliers
    • Admin tasks
    • Schedule
    • Worklog
    • Tools
    • Chat
    • Voucher Payments
    • Billing report
    • Stats
    • Contacts
    • Areas
    • Staff
    • Emailer
    • Articles
    • FAQ
    • Logout
  • @elseif(auth()->user() && auth()->user()->isPermitted("staff"))
  • Staff
    • Dashboard
    • Schedule
    • Notes
    • Tools
    • Customers
    • Chat
    • Vouchers
    • Emailer
    • FAQ
    • Postcode searches
    • Logout
  • @elseif(auth()->user() && auth()->user()->isPermitted("sales"))
  • Sales
    • Customers
    • Emailer
    • FAQ
    • Logout
  • @endif @if(auth()->user())
  • Account
    • Dashboard
    • Logout
  • @endif @if(!auth()->user())
  • Login
  • @endif
  • Help
  • Pricing
  • News
    • {{ config('app.name') }} news
    • @foreach($live_areas as $area)
    • {{$area->name}}
    • @endforeach
  • Contact