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

{{ $show->title }}

Back
@php($time = strtotime($date->date))

ID: #{{ $show->id }}
Title: {{ $show->title }}
Seats: {{ $filled }}/{{ $show->seats }}
Date: {{ date('d-m-Y', $time) }} at {{ date('H:i', $time) }}

Image
@endsection