@extends("admin/layouts.master-soyuz") @section('title',"Add new user |") @section("body")

{{ 'Create a new user'}}


@csrf
It will display the username eg. John
Enter valid email address with @ symbol
Enter valid mobile no. eg. 7894561230
Enter valid phone no. eg. 0141-123456
Please select country
Please select state
Please select city
Select user type eg. (Admin,Seller or Customer)
Please select user profile picture
Please select user status
{{$errors->first('password_confirmation')}}
Back
@endsection @section('custom-script')