@extends('layouts.shop') @section('title', 'Sign In') @section('content')

Welcome Back

Sign in to your customer account to access order logs.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Don't have an account? Create one now
@endsection