@extends('layouts.panel') @section('navigation') @endsection @section('content')
@if(!empty($shows)) @foreach($shows as $show)

{{ $show->title }} Ticket

{{ $show->description }}

Price: €{{ $show->price }}

@endforeach @else

No Shows

There are no shows.

@endif
@endsection