@php /** @var string $email */ @endphp @php /** @var int $orderCount */ @endphp @php /** @var string $ticketLookupUrl */ @endphp # {{ __('Your Tickets') }} {{ __('Hello') }}, {{ __('We found :count order(s) associated with :email.', ['count' => $orderCount, 'email' => $email]) }} {{ __('Click the button below to view your tickets and order details.') }} {{ __('View My Tickets') }} {{ __('This link will expire in 24 hours.') }} {{ __('If you did not request this, please ignore this email.') }} {{ __('Thank you') }}