@extends('user.layouts.auth', ['title' => 'Merchant Login']) @push('head') {{-- --}} @endpush @section('content')
U
{{--
DB Manager
User access portal
--}}
Merchant Login
{{--
Enter your username and password to access your dashboard.
--}}
@csrf
@error('login')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{-- Private account access --}} Forgot Password?
{{-- --}}
{{--
Login with your own credentials. User and admin access stay completely separate.
--}}
@endsection