@extends('layouts.app') @section('content')

Jegyeim

E-mailben kiküldött jegyed itt is letöltheted!

@foreach($concerts as $concert)

@foreach($user_tickets as $ticket) @if($ticket->concert_id === $concert->id) @endif @endforeach @if(!\App\Models\Ticket::where('user_id',Auth::user()->id)->where('concert_id', $concert->id)->exists()) Erre a koncertre nem rendelkezel jeggyel! @endif
@endforeach
@endsection