@section('title') Welcome, {{ auth()->user()->name }} @endsection @if ($user->roles->isNotEmpty()) {{-- Admin View --}} @include('pages.dashboards.admin.base') @else {{-- Company View --}} @include('pages.dashboards.company.base') @endif