@extends('layouts.backend') @section('content')
{{__('messages.modify')}} {{__('messages.password')}}
{{ csrf_field() }}
@if ($errors->has('oldpassword')) {{ $errors->first('oldpassword') }} @endif
@if ($errors->has('newpassword')) {{ $errors->first('newpassword') }} @endif
@if ($errors->has('newpassword_confirmation')) {{ $errors->first('newpassword_confirmation') }} @endif
{{__('messages.back')}}
{!! NoCaptcha::renderJs('en') !!} @endsection