@extends('admin.layouts.auth') @section('style') @endsection @section('content')

Vendor Portal

Login to manage your store

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Forgot Password?

New vendor? Register Now

@endsection