@extends('layouts.main-layout') @section('title') All Users | Dashboard @endsection @section('content')

Create User

@csrf
@error('username') {{$errors->first('username')}} @enderror
@error('email') {{$errors->first('email')}} @enderror
@error('password') {{$errors->first('password')}} @enderror
@error('password_confirmation') {{$errors->first('password_confirmation')}} @enderror
@error('mobile') {{$errors->first('mobile')}} @enderror
@error('user_type') {{$errors->first('user_type')}} @enderror
@endsection