@extends('admin.layouts.master') @section('head-tag') ویرایش کاربران @endsection @section('content')
@csrf @method('put')
@error('name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('password') {{$message}} @enderror
@error('password_confirmation') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection