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

Sign in to Start Manage your Pandini Voyages Account

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

{{ $error }}

@endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif
@csrf
Forgot Password?

Don't you have an account? Sign up

@endsection