@extends('layouts.app',['dashBoardTitle'=>'CREATE NEW SUPER ADMIN USER']) @php use App\Master\Master_Emirates; $details=Master_Emirates::get_emirates(); @endphp @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@error('mobile number') {{ $message }} @enderror
@endsection