@extends('layouts.client.layout') @section('title') {{ $department->seo_title }} @endsection @section('meta') @endsection @section('client-content')
@foreach ($department->images as $item)
@endforeach
@foreach ($department->images as $item)
@endforeach
{!! clean($department->description) !!}
@if ($department->faqs->count()!=0)

{{ $website_lang->where('lang_key','faq')->first()->custom_lang }}

@foreach ($department->faqs as $faq)
{!! clean($faq->answer) !!}
@endforeach
@endif @if ($department->videos->count()!=0)

{{ $website_lang->where('lang_key','related_video')->first()->custom_lang }}

@foreach ($department->videos as $video)
@php $video_id=explode("=",$video->link); @endphp
@endforeach
@endif

{{ $contactInfo->header }}

{{ $contactInfo->description }}

  • {!! nl2br(e($contactInfo->phones)) !!}
  • {!! nl2br(e($contactInfo->emails)) !!}
  • {!! nl2br(e($contactInfo->address)) !!}

{{ $website_lang->where('lang_key','quick_contact')->first()->custom_lang }}

@csrf
@if ($setting->allow_captcha==1)
@endif
@if ($lawyers->count()!=0)

{{ $website_lang->where('lang_key','department_lawyers')->first()->custom_lang }}

{{ $description }}

@if ($lawyers->count()!=0) @foreach ($lawyers as $lawyer)
Team Photo
{{ ucfirst($lawyer->name) }}

{{ ucfirst($lawyer->department->name) }}

{{ $lawyer->designations }}

{{ ucfirst($lawyer->location->location) }}

@endforeach @else

{{ $website_lang->where('lang_key','lawyer_not_found')->first()->custom_lang }}

@endif
@endif @endsection