logo

V Way Taxi

Management Dashboard

© {{ date('Y') }} Veeway Infotech Private Limited

{{-- @extends('admin.layouts.loginhead') @section('content')

{{ env('APP_NAME') }}

{{ __('Sign in to continue.') }}
@if(session()->has('error_message')) @endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{ __('Forgot Password?') }}
@endsection --}}