@php $webview = Session::has('webview') ? Session::get('webview') : ''; @endphp @include('admin::layouts.sidebar')
@include('admin::layouts.header') @yield('content')
@include('admin::partials.modals.change-password')