{{ config('app.name') }}

Admin Panel

  • Dashboard
  • Products

  • Products
  • Categories
  • Inventory
  • Orders

  • Orders
  • Delivery orders
  • Customers
  • Marketing

  • Coupons
  • Content

  • Sliders
  • Pages
  • @auth('web') @if(auth('web')->user()->isAdmin())
  • Settings

  • Settings
  • @endif @endauth
@auth('web')

{{ auth('web')->user()->name }}

{{ ucfirst(str_replace('_', ' ', auth('web')->user()->role)) }}

@endauth