{{--
--}}
{{ $activityData->vActivityTopic }}
Activity Type
@if ($activityData->vMeetingType != null)
{{ $activityData->vActivityType }} ({{ $activityData->vMeetingType }})
@endif
Brand Name
{{ $activityData->vBrandName }}
Credit Points
{{ $activityData->vCreditPoints }}
Mode of Activity
{{ $activityData->vModeName }}
-
@if ($activityData->vCurrentStage == '1') @if ($activityData->dtActivityDateStart == null) @else @endif @else @endifMeeting {{----}}
01
-
@if ($activityData->isParticipateDetailsAdded == '0') @else @endifParticipants
-
@if ($activityData->isContractAdded == '0' && $speakerData == '0') @else @endifContract & Speaker
-
@if ($venueDataAdded != null) @if ($activityData->isVenueAdded == 1) @else @endif @else @endifVenue
-
@if ($stayDataAdded != null) @if ($activityData->isStayAdded == 1) @else @endif @else @endifStay
{{--
- Transportation Details --}}
@include('field.otherservice.' . $activityData->vFrontViewName)
@include('field.otherservice.participateDetail')
@include('field.otherservice.contractgenerate')
@include('field.otherservice.venueDetail')
@include('field.otherservice.stayDetail')
{{-- @include('field.otherservice.transportationDetail') --}}