@extends('admin.layouts.layout-iframe', []) @section('css') @endsection @section('main') @if($tourTemplateDetals) @php($type = ($tourTemplateDetals) ? $tourTemplateDetals->type:0) @php($userType = isset($userType) ? $userType : 0) @php($add_new = false)
Tips:
{{ $msg}}
@else @php($pasgn = \App\Helpers\Helper::getPassengers(($tourTemplateDetals) ? $tourTemplateDetals->tour_id:0,($tourTemplateDetals) ? $tourTemplateDetals->id:0)) @php($selectedPassengers = ($pasgn) ? json_decode($pasgn->passengers,true) : [])Guest Name | Attending | Note | Action | |||
---|---|---|---|---|---|---|
Day | Time | Slot # | Name (1 per slot) | Action | ||
Day | Time | Family Last Name | Number Attending | Action | ||
Day | Time | Family Last Name | Number Attending | Action | ||
Guest Name | This Cruise Award | Prior Awards | Age | Diagnosis | Staff | Family Last Name |
Staff | Action | |||||
Family Last Name | Time for Assistance to Begin | Name of 1:1 Staff (if any) | Action | |||
Port Arrival Time |
Family Last Name |
|
Details not found
@endif @endsection @section('scripts') @endsection