@extends('storefront.layout') @section('title', 'Customer Account Login') @section('content')
{{-- Page header --}}
Wholesale account

Customer Account Login

Sign in to view your orders and delivery status.

@if (session('status'))
{{ session('status') }}
@endif {{-- Form card --}}
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot password?
@endsection