{{-- Hero Section --}}
{{-- Page Title --}}

{{ __('about.title') }}

{{-- Tagline --}}

{{ __('about.tagline') }}

{{-- Identity Statement --}}

{{ __('about.identity') }}

{{-- Vision Section --}}

{{ __('about.vision_title') }}

" {{ __('about.vision_text') }} "
{{-- Mission Section --}}

{{ __('about.mission_title') }}

{{-- Card 1: For Institution --}}

{{ __('about.mission_institution_title') }}

{{ __('about.mission_institution_text') }}

{{-- Card 2: For Society --}}

{{ __('about.mission_society_title') }}

{{ __('about.mission_society_text') }}

{{-- Card 3: For Diaspora --}}

{{ __('about.mission_diaspora_title') }}

{{ __('about.mission_diaspora_text') }}

{{-- Values Section --}}

{{ __('about.values_title') }}

{{ __('about.values_intro') }}

{{-- Integrity --}}

{{ __('about.value_integrity') }}

{{-- Justice --}}

{{ __('about.value_justice') }}

{{-- Knowledge --}}

{{ __('about.value_knowledge') }}

{{-- Women's Empowerment --}}

{{ __('about.value_women') }}

{{-- Professionalism --}}

{{ __('about.value_professionalism') }}

{{-- Social Innovation --}}

{{ __('about.value_innovation') }}

{{-- Goals Section --}}

{{ __('about.goals_title') }}

@foreach(__('about.goals') as $index => $goal)
{{ $index + 1 }}

{{ $goal }}

@endforeach
{{-- Services Section --}}

{{ __('about.services_title') }}

{{ __('about.services_intro') }}

{{-- Legal Consultations & Representation --}}

{{ __('about.service_consultation_title') }}

    @foreach(__('about.service_consultation_items') as $item)
  • {{ $item }}
  • @endforeach
{{-- Women's & Family Law --}}

{{ __('about.service_family_title') }}

    @foreach(__('about.service_family_items') as $item)
  • {{ $item }}
  • @endforeach
{{-- Civil & Commercial Disputes --}}

{{ __('about.service_civil_title') }}

    @foreach(__('about.service_civil_items') as $item)
  • {{ $item }}
  • @endforeach
{{-- Business Legal Services --}}

{{ __('about.service_business_title') }}

    @foreach(__('about.service_business_items') as $item)
  • {{ $item }}
  • @endforeach
{{ __('about.services_cta') }}