@yield('css')
@include("commons.menu")
@yield('content')
@include('commons.footer')
Change Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif @if($errors->has('password_message'))
{{ $errors->first('password_message') }}
@endif
@csrf
@yield('js')