@extends('layouts.main') @section('title', 'Add New User') @section('content')

Add New user

@if ($errors->any()) @endif
@csrf

Generate Password

@endsection @push('scripts') @endpush