{{--
{{ $pageData->pageTabTitle }} | {{ app_setting('application_name') }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @if (Auth::user()->role === 2 || Auth::user()->role === 3)
@endif --}}
@stack('custom-css') @yield('custom-css')
{{ Auth::user()->name }} {{ Auth::user()->last_name }}
{{ Auth::user()->name }} {{ Auth::user()->last_name }}
{{-- @if($role = auth()->user()->getRoleNames()->first())
{{ ucwords(str_replace('_', ' ', $role)) }}
@endif --}}
@can('general-settings')
Settings
@endcan
Edit Profile
Logout
@include('admin.layouts.navigation')
@isset($pageData->showTableInfo) @if ($pageData->showTableInfo == false)
{{ $pageData->pageName }}
@endif @else
{{ $pageData->pageName }}
@endisset
@yield('content')
@include('admin.layouts.sidebar') @include('admin.layouts.footer')
@include('admin.layouts.scripts')