@extends('admin.layouts.master') @section('dashboard-header') Users @endsection @section('breadcumb_title') User Management @endsection @section('users') active @endsection @section('page-content')
@csrf @method('PUT')

User Information

@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection