@extends('layouts.base') @section('title', 'Verify Phone - Order Receipt') @section('body')

Verify Your Identity

Enter your phone number to view your receipt

Order: {{ $orderNumber }}

@if(session('error'))

{{ session('error') }}

@endif
@csrf
@error('phone_last4')

{{ $message }}

@enderror

Enter the last 4 digits of the phone number you used when ordering

This verification protects your order information

@endsection