@extends('public.layout') @section('title','Noesantara Law Firm — Trusted Advisors') @section('content') @php $heroBg = \App\Models\Setting::get('home_hero_bg_path',''); $heroBgUrl = ''; if (!empty($heroBg)) { $heroBgUrl = preg_match('/^https?:\/\//i', $heroBg) ? $heroBg : '/'.$heroBg; } @endphp
Your Trusted Partner

{{ \App\Models\Setting::get('home.hero_title','Trusted Legal Advisors for Your Most Critical Matters') }}

{{ \App\Models\Setting::get('home.hero_subtitle','We combine deep sector expertise with a commitment to practical, business-oriented outcomes.') }}

@php $ctaUrl = \App\Models\Setting::get('home.hero_cta_url','/practice'); if (!preg_match('/^(\/|https?:)/i', $ctaUrl)) { $ctaUrl = '/practice'; } @endphp {{ \App\Models\Setting::get('home.hero_cta_label','Explore Our Practices') }} Meet the Team
Law firm
0
{{ \App\Models\Setting::get('home.stats_1_label', 'Years of Experience') }}
0
{{ \App\Models\Setting::get('home.stats_2_label', 'Clients Served') }}
0
{{ \App\Models\Setting::get('home.stats_3_label', 'Matters Resolved') }}

Practice Areas

@forelse($practiceAreas as $p) @empty

Coming soon.

@endforelse

Latest Insights

Our Offices

@forelse($offices as $o)

{{ $o->name }}

{{ $o->address }}
@if($o->map_url) View map @endif
@empty

Coming soon.

@endforelse

Need strategic legal advice?

Talk to our team about your most critical matters. We’ll help you navigate complexity with practical, business-first guidance.

@endsection @push('styles') @endpush @push('scripts') @endpush