@extends('layouts.app') @section('title', 'Login - ' . ($shopSettings['shop_name'] ?? 'Orange Groceries')) @section('meta_robots', 'noindex, follow') @section('canonical', route('login')) @section('content')

Welcome Back

Sign in to your Grocery Store account

@csrf
@error('email')

{{ $message }}

@enderror
Forgot Password?

Don't have an account? Create Account

@endsection