15 lines
322 B
PHP
15 lines
322 B
PHP
@extends('pdf.layout-template')
|
|
|
|
@section('content')
|
|
|
|
@include('pdf.components.booking_header')
|
|
|
|
@include('pdf.components.booking_participant')
|
|
|
|
@include('pdf.components.booking_body_storno')
|
|
|
|
@include('pdf.components.booking_sterntours')
|
|
|
|
@include('pdf.components.booking_footer_storno')
|
|
|
|
@endsection
|