@extends('layouts.site') @section('pageTitle',__('admin.change-password')) @section('innerTitle') @lang('admin.change-password') @endsection @section('breadcrumb') @lang('site.home') @lang('admin.change-password') @endsection @section('content')
{{ csrf_field() }}
{!! $errors->first('password', '

:message

') !!}
{!! $errors->first('password_confirmation', '

:message

') !!}
@endsection