@extends('layout.mainlayout') @section('content')
logo
Sign Up

Create your Pandini Voyages Account

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Already have an account? Sign In

@endsection