@extends('layouts.app') @section("title", "Users - Create new") @section('pageTitle', 'Create user') @section('content')
Create user
@csrf
Please enter only letters and spaces with length between [2, 25]
Please enter only letters and spaces with length between [2, 25]
Please enter characters with length between [5, 30]
Please enter a valid email address
Please enter your phone number
Please upload a valid image file
@endsection