• @livewire('dashboard.imei-search')
  • {{-- image --}} @php $name = auth()->user()->name; @endphp
    Hello, {{ $name }}
    @if (auth()->user()->is_admin) Staff @endif @if (auth()->user()->role->name == 'company') Staff @endif Logout
{{-- image Proton --}}

Proton

{{ auth()->user()->name }}
    {{--
  • Sub Admin
  • --}} {{--
  • Company
  • --}}
  • Products
  • Suppliers
  • Clients
  • Purchases
  • Sales
  • RMA
  • Shipping
  • @if (auth()->user()->role->name == 'admin' || auth()->user()->role->name == 'staff')
  • Company
  • @endif {{-- @if (auth()->user()->role->name == 'admin' || auth()->user()->role->name == 'staff' || auth()->user()->role->name == 'company')
  • Employee
  • Manager
  • @endif --}}
  • Logout