@php $vTime = getCurrentTime(); @endphp
@yield('title') | {{ config('app.name') }}
@stack('css')
@include('layouts.header')
@include('layouts.sidebar')
@yield('content')
@yield('modal') @include('profile.change_password') @include('profile.edit_profile') @stack('js')