Post::published() ->latest('published_at') ->take(3) ->get(), ]; } }; ?>
{{-- Hero Section --}}
{{-- Tagline --}}

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

{{-- Introductory Text --}}

{{ __('home.intro') }}

{{-- CTA Buttons --}}
{{-- About Section --}}

{{ __('home.about_title') }}

{{-- Photo --}}
{{ __('home.lawyer_name') }}
{{-- Bio --}}

{{ __('home.lawyer_name') }}

{{ __('home.lawyer_title') }}

{{ __('home.lawyer_bio') }}

{{-- Services Section --}}

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

{{ __('home.services_subtitle') }}

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

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

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

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

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

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

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

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

    @foreach(__('home.service_business_items') as $item)
  • {{ $item }}
  • @endforeach
{{-- Values Section --}}

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

{{ __('home.values_subtitle') }}

@foreach(['integrity', 'justice', 'knowledge', 'empowerment', 'professionalism', 'innovation'] as $value)

{{ __('home.values.' . $value . '.title') }}

@endforeach
{{-- Latest Posts Section --}} @if($latestPosts->count() > 0)

{{ __('home.posts_title') }}

@foreach($latestPosts as $post) @endforeach
@endif