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