@extends('admin.mainview') @section('admcontent')
Смяна на парола
@if(isset($errors) && count($errors) > 0)
Грешки
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
Потребител
{{\App\Helpers::getUserName($affected)}}
Парола
Не по-малко от 6 символа
Парола (отново)
Както по-горе
{{csrf_field()}}
@endsection