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