@php
$categories = DB::table('event_categories')
->where('language_id', $language->id)
->where('status', 1)
->orderBy('serial_number', 'asc')
->get();
@endphp
@if (request()->input('type') == 'venue')
@endif
@php $currLang = $language; @endphp
@foreach ($languages as $language)
@continue($language->id == $currLang->id)
@endforeach