@extends('layout')
@push('head')
@endpush
@section('body')
Ordering tickets for {{ $showing->movie->movie_name }}
@component('components.seat-chooser', ['room_id' => $showing->room->room_id, 'showing_id' => $showing->showing_id])
@endcomponent
Summary
No seats selected.
Total: €0.00
@endsection