@if( Auth::user()->hasRole('Admin') ) @include('partials.dashboard.admin-header') @elseif (Auth::user()->hasRole('Staff')) @include('partials.dashboard.staff-header') @else @include('partials.dashboard.customer-header') @endif