@extends('storefront.layout') @section('title', 'Sign In — ' . ($settings->company_name ?? 'Shop')) @section('content')

Sign In

@csrf
@error('email')

{{ $message }}

@enderror
Forgot password?

Don't have an account? Create one

@endsection