@extends('layouts.auth') @section('title') Login @endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))

Forgot password ?

@endif
Don't have an account ? Sign Up

© Global Ecommerce Arbitrage Store.

@endsection