@if(session('success'))
{{ session('success') }}
×
@elseif(session('error'))
@endif
# |
Title |
Price |
Vault Price |
Seats |
Action |
@if(!empty($shows->all()))
@foreach($shows as $show)
{{ $show->id }} |
{{ $show->title }} |
€{{ $show->price }} |
{{ $show->vault_price }} |
{{ $show->seats }} |
|
@endforeach
@else
|
No shows found |
|
|
|
|
@endif
@if(!empty($shows->all()))
@endif