@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
|
|
|
|
|
@endforeach
@else
@foreach ($languages as $language)
@endforeach
|
|
|
|
|
@endif