@if($pages)
{!! (session('locale') == 'bn') ? $pages->bn_page : $pages->page !!}
@else
@if (count($publication_list) >= 1)
@if(count($department_names) >= 1)
@foreach($department_names as $department)
{{ $department->name }}
@foreach ($publication_list as $service_list)
@if($service_list->dept_id != $department->id)
@continue
@endif
segments())=='publication-details/'.$service_list->slug)?'sidebars_active':'' }}">{{ (session('locale') == 'bn') ? $service_list->bn_name : $service_list->name }}
@endforeach
@endforeach
@endif
@endif
@endif