@stack('style')
@include('layouts.pages.sidebar') @include('layouts.left-nav')
{{$title ?? '--'}}
{{Auth::user()->name}}
{{Auth::user()->email}}
Profile
{{ __('Logout') }}
@csrf
@stack('action') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Add User
--}} {{--
--}}
@yield('contents') @include('layouts.footer')
@stack('script')