| @@ -1,5 +1,11 @@ | ||
| 1 | -<?php defined( 'ABSPATH' ) || exit; ?> | |
| 1 | +<?php | |
| 2 | +defined( 'ABSPATH' ) || exit; | |
| 3 | + | |
| 4 | +/** | |
| 5 | + * @var array $items | |
| 6 | + */ | |
| 7 | +?> | |
| 2 | 8 | |
| 3 | 9 | <?php if ($items) : ?> |
| 4 | 10 | <h4><?php esc_html_e('Customer Details', 'fluent-booking'); ?></h4> |
| 5 | 11 | <table class="table fluent_booking_table input_items_table table_bordered"> |