@yield('theam_css') @yield('css_file') @yield('page_css')
Logo
@include('layouts.partials.header') @yield('sub_header')
@yield('content')
@include('layouts.partials.footer')

User Profile

@yield('js_file') @yield('page_js')