08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
15
resources/views/pdf/booking_storno.blade.php
Normal file
15
resources/views/pdf/booking_storno.blade.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@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
|
||||
Loading…
Add table
Add a link
Reference in a new issue