@yield('lib-css') @stack('custom-css')
@section('sidebar') @include('layout.admin.sidebar') @show
@section('header') @include('layout.admin.header') @show
@yield('content') @section('footer') @include('layout.admin.footer') @show
@include('layout.admin.change_password')
@yield('lib-js') @stack('custom-js')