19 lines
395 B
PHP
19 lines
395 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_sterntours')
|
|
|
|
@include('pdf.components.booking_footer', ['set_contact_footer' => false])
|
|
|
|
|
|
@endsection
|