@extends('user.layouts.app') @php $is_confirm = @$is_confirm; $exist_feedback = @$exist_feedback; @endphp @section('content')

Meeting Confirmation

@include('user.includes.status') @if($is_confirm == 2)
All fields with star (*) are required

@if(!empty(@$hc_timezone_label)) {{@$hc_timezone_label}}@endif

@else @if(!empty($exist_feedback))

We have already recorded the scheduled meeting confirmation detail.
If you need to update your scheduled meeting, please contact your ITN administrator to inform him/her about this change.

@endif @endif
@endsection @section('scripts') @stop