{{ Html::style('css/ticket.css') }}
A{{$seat->user()->first()->title}} {{$seat->user()->first()->firstname}} {{$seat->user()->first()->lastname}}
@if($seat->concession()->first()->name != "Vollpreis") ermäßigt @endif EUR {{ number_format($price/100, 2) }}


{{$seat->singleSeat()->first()->seat()->first()->event()->first()->title}}
{{date('d. F Y', strtotime($seat->singleSeat()->first()->seat()->first()->date))}}
{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room}}
singleSeat()->first()->x; if($seatX<16 && $seatX>7){ $seatX--; }else if($seatX >= 16){ $seatX = $seatX-17; $seatX = 'E'.$seatX; } $seatY = $seat->singleSeat()->first()->y; ?> Reihe {{$seatX}}, Platz {{$seatY}}