@if ($data->sent !== null) @if (isset($data->venue_id) && $data->venue_id) @t('Download the order') @else @if (isset($data->extra->downloadable) && $data->extra->downloadable) @t('Download the photo') @else @t('Completed') @endif @endif @else @t('Processing...') @endif