@yield('css') @stack('css')
@include('layout.sidebar')
@include('layout.header')
@include('layout.breadcrumb')
@yield('content')
{{--
Form Ubah password
@csrf
Password Lama
Password Baru
Konfirmasi Password Baru
--}}
Change Password Form
@csrf
Current Password
New Password
Confirm New Password
Form Ubah Avatar
@csrf
{{ substr('Superadmin', 0, 1) }}
Form Ubah Avatar
@csrf
@yield('modal') @yield('scripts') @stack('scripts')