@foreach ($booking->booking_draft_items as $booking_draft_item) @if ($booking_draft_item->in_pdf) @if (in_array($booking_draft_item->draft_type_id, ['26', '30', '31', '32', '33', '34', '35'])) @elseif($booking_draft_item->draft_type_id == 27) {{ _format_date($booking_draft_item->start_date) }} {{ _format_date($booking_draft_item->end_date) }} {!! _format_text($booking_draft_item->service) !!} {{ $booking->pax }} @else {{ _format_date($booking_draft_item->start_date) }} {{ _format_date($booking_draft_item->end_date) }} {!! _format_text($booking_draft_item->service) !!} {{ $booking->pax }} @endif @endif @endforeach