@extends('layouts.login') @section('content')

Welcome to the

Merchant Hub

Manage your orders.
Check on sales, chart your progress.
Tap into data that helps you grow.
Attract new customers with special offers

@include('flash/flash')
@csrf
@if(Session::has('loginError'))
{{ Session::get('error')}}
@endif @error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

@endsection