@extends('admin.layout') @section('main')

Other Services

Activity Type : {{ $activityData->vActivityType }}
Brand Name : {{ $activityData->vBrandName }}
@if ($activityData->vMeetingType != null)
{{ $activityData->vActivityType }} Type : {{ $activityData->vMeetingType }}
@endif
@include('field.otherservice.' . $activityData->vFrontViewName) @include('field.otherservice.venueDetail') @include('field.otherservice.stayDetail') @include('field.otherservice.transportationDetail')
@endsection @section('scripts') @endsection