@extends('layouts.main-layout') @section('title') All Users | Dashboard @endsection @section('content')

Create Guest

@csrf
@error('first_name') {{$errors->first('first_name')}} @enderror
@error('last_name') {{$errors->first('last_name')}} @enderror
@error('email') {{$errors->first('email')}} @enderror
@error('telephone') {{$errors->first('telephone')}} @enderror
@error('password') {{$errors->first('password')}} @enderror
@error('password_confirmation') {{$errors->first('password_confirmation')}} @enderror
@error('cnic') {{$errors->first('cnic')}} @enderror
@error('passport') {{$errors->first('passport')}} @enderror
@error('street_address') {{$errors->first('street_address')}} @enderror
@error('zipcode') {{$errors->first('zipcode')}} @enderror
@error('country') {{$errors->first('country')}} @enderror
@error('city') {{$errors->first('city')}} @enderror
@error('preferred_language') {{$errors->first('preferred_language')}} @enderror
@endsection