{{ Form::open(['url' => '#', 'name' => 'validateVenueDetails', 'id' => 'validateVenueDetails', 'enctype' => 'multipart/form-data']) }}

Provide essential information about the venue to ensure accurate planning and coordination for the event or activity.

isVenueEnable != '0' ? 'checked' : 'disabled' }}>
@if ($activityData->isVenueEnable == '0') @else
@if ($isDraftData == 'Y') @else @endif
@if ($activityData->isVenueAdded == '0')
@endif @if ($activityData->isVenueAdded == '0')
@else
@endif
@endif {{ Form::close() }}