@extends('layouts.master') @section('title', 'Sign In - The Mini Port') @section('content')
MiniPort

Direct Sourcing
Made Simple.

Access India's premier B2B marketplace. Connect with verified manufacturers and grow your business today.

Verified Sellers
Fast Inquiries
@csrf @if(request()->has('redirect')) @endif
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) Forgot Password? @endif
OR CONTINUE WITH
@endsection