@extends('user.layout') @section('content')
{{ __('Update Password') }}
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection