@extends('admin.layouts.resource-layout') @section('title')

Пользователи: Изменить {{$user->id}}

@endsection @section('resource-content')
@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
Сгенерировать пароль @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('stylesheet') @endsection @section('script') @endsection