@csrf
@if($category->count() > 0)

Venue Category

@foreach($category as $ck=>$cat)
  1. @if(isset($manual_event) && !empty($manual_event)) @endif
    {{-- trim(str_replace('(category)','',$cat->name)) --}}
    @if($cat->section) @foreach($cat->section as $sk=>$sec)
    1. @if(isset($manual_event) && !empty($manual_event)) @endif
      {{-- $sec->name --}}
    @endforeach @endif
@endforeach
@endif @if($otherCategory != NULL && $otherCategory->count() > 0)

Other Venue Category

@foreach($otherCategory as $ck=>$cat)
  1. @if(isset($manual_event) && !empty($manual_event)) @endif
    @if($cat->section) @foreach($cat->section as $sk=>$sec)
    1. @if(isset($manual_event) && !empty($manual_event)) @endif
    @endforeach @endif
@endforeach
@endif @if(isset($tixstockCategory) && empty($tixstockCategory)) @if(isset($manual_event) && !$manual_event)

Tixstock

@endif
@foreach($tixstockCategory as $ck=>$cat)
@endforeach
@endif