@yield('theam_css')
@yield('css_file') @yield('page_css')
@include('layouts.partials.header') @yield('sub_header')
@yield('content')
@include('layouts.partials.footer')
User Profile
{{ $common->getLoggedInUserName() }}
{{--
{{ Auth::user()->profile_last_name }}
--}}
{{ $common->getLoggedInUserEmail() }}
Sign Out
@yield('js_file') @yield('page_js')