@extends('layouts.app') @section('title', __('messages.checkout') . ' - ' . $ticket->translatedTitle) @section('content')
{{ $ticket->location ?? Str::words(strip_tags($ticket->translatedDescription), 5, '...') }}
{{ __('messages.ticket_delivery_desc') }}
{{ __('messages.confirmation_email') }}
{{ session('user_email') ?? auth()->user()->email ?? '' }}