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

{{ $show->title }}

Back

ID: #{{ $show->id }}
Title: {{ $show->title }}
Description:
{{ $show->description }}
Price: €{{ $show->price }}
Vault Price: {{ $show->vault_price }}
Seats: {{ $show->seats }}

Image
@endsection