Ticket Details
Total Ticket: {{$totalCount ?? 0}} Quizzes: {{$quizCount ?? 0}} Giveaways: {{$giveawayCount ?? 0}} Spinners: {{$spinnerCount ?? 0}}
@foreach ($orders as $item) @if($item->table_type=='giveaways') @if(!empty($item->giveaway->photo) && $item->giveaway->photo->file_path) @else @endif @endif @if($item->table_type=='quizzes') @if(!empty($item->quiz->photo) && $item->quiz->photo->file_path) @else @endif @endif @if($item->table_type=='spinners') @endif @endforeach @if(count($orders)<=0) @endif