mein-sterntours/resources/views/pdf/booking_registration.blade.php
2025-04-01 10:40:14 +02:00

21 lines
448 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_signature')
@include('pdf.components.booking_sterntours')
@include('pdf.components.booking_footer', ['set_contact_footer' => false])
@endsection