@yield('page_css')
@yield('page_css')
@yield('css')
@include('loader')
@include('layouts.header') @include('profile.edit_profile') @include('profile.change_password') @include('profile.notification_modal')
@include('layouts.sidebar')
@yield('content') @include('time_tracker.index') @include('time_tracker.task_modal') @include('time_tracker.adjust_time_entry')
@routes @yield('page_js') @yield('scripts')