@extends('layouts.header') @section('content')

Create New User

@if(session('status'))
{{ session('status') }}
@endif

Please Note : Password must be minimum 8 characters and Password Must contain Atleast
1 Upper case alphabet,
1 Lower case alphabet,
1 Number,
1 Special Character








@endsection