@extends('admin.layouts') @section('title', 'Add Category') @section('header') @endsection @section('content')

Add User

User ID-{{ $nextUserId }}

Add User
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
{{--
--}}
@endsection @section('footer') @endsection