@extends('layouts.app') @section('content')
Create New User
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@error('mobile number') {{ $message }} @enderror
Back
@endsection