@extends('layouts.admin') @section('page', 'Show Manager') @section('content')

Search

ShowsAdd

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