mein-sterntours/resources/views/pdf/booking_confirmation.blade.php
Kevin Adametz 881fc84207 08 2024
2024-08-05 11:58:09 +02:00

21 lines
407 B
PHP

@extends('pdf.layout-template')
@section('content')
@include('pdf.components.booking_header')
@include('pdf.components.booking_participant')
@include('pdf.components.booking_body')
@include('pdf.components.booking_regulations')
@include('pdf.components.booking_info')
@include('pdf.components.booking_sterntours')
@include('pdf.components.booking_footer')
@endsection