@extends('vendor.layouts.auth') @section('title', 'Vendor Login') @section('auth-title') Sign in to your Vendor Account @endsection @section('auth-subtitle') Access your vendor dashboard to manage your products and orders @endsection @section('auth-content')
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection @section('auth-links')

Don't have an account? Sign up as a vendor

@endsection