17 lines
361 B
PHP
17 lines
361 B
PHP
@extends('pdf.layout-template')
|
|
|
|
@section('content')
|
|
|
|
@include('pdf.components.booking_header')
|
|
|
|
@include('pdf.components.booking_participant')
|
|
|
|
@include('pdf.components.booking_body_voucher')
|
|
|
|
@include('pdf.components.booking_info')
|
|
|
|
@include('pdf.components.booking_sterntours')
|
|
|
|
@include('pdf.components.booking_footer')
|
|
|
|
@endsection
|