@extends('layouts/default') {{-- Page title --}} @section('title') Change your Password @stop @section('header_right') @stop {{-- Account page content --}} @section('content')
{!! $errors->first('password', ' :message') !!}
{!! $errors->first('password_confirm', ' :message') !!} @if (config('app.lock_passwords'))

{{ trans('admin/users/table.lock_passwords') }}

@endif

@stop