@extends("front.layout.master") @section('title', __('Guest Checkout') . ' | ') @section("body") @php $userterm = App\TermsSettings::firstWhere('key', 'user-register-term'); @endphp

{{ __('Checkout as Guest') }}

{{ __('Continue with just your name and email — no account needed.') }}

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

{{ __('Order updates will be sent to this email.') }}

{{ __('Already have an account?') }} {{ __('Login') }}

{{-- Terms modal --}} @endsection @section('script') @endsection