@extends('adminlte::layouts.app') @section('htmlheader_title') Обновить пароль @endsection @section('main-content')
Профиль админа

{{Auth::user()->name}}

{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
@endsection