|
@php
$variation_contents = App\Models\Event\VariationContent::where(
[
['ticket_id', $ticket->id],
['key', $key],
],
)->get();
@endphp
@foreach ($variation_contents as $variation_content)
@php
$language = App\Models\Language::where(
'id',
$variation_content->language_id,
)->first();
@endphp
@endforeach
|
|
|
@if ($websiteInfo->event_guest_checkout_status != 1)
|
@else
@endif
@if ($item['slot_enable'] == 1)
{{ __('Edit') }}
@endif
|
|
@endforeach
@else
|
@foreach ($languages as $language)
@endforeach
|
|
|
@if ($websiteInfo->event_guest_checkout_status != 1)
|
@else
@endif
@php
$unique_id = rand(000000, 999999);
@endphp
|
|
@endif