@extends('layouts.profile') @section('content')
{!! $show->description !!}
@php($time = strtotime($show->date))Date: {{ date('d-m-Y', $time) }} at {{ date('H:m', $time) }}
Seat: {{ $show->seat }}
Voucher: {{ $show->voucher }}
You have no tickets for shows.