@extends('layouts.landing') @section('content') {{-- Hero --}}
@if($hero?->background_image_url)
@endif

{{ $hero?->subtitle ?? 'Boundary Commission' }}

{{ $hero?->title ?? 'Boundary Commission Digital Archive' }}

{{ $hero?->banner_text ?? 'Managing boundaries and disputes with clarity. Access boundary records, dispute information, and documentation in one place.' }}

@auth Go to Dashboard β†’ @else Login β†’ @endif
{{-- Action / Service cards --}}

What we offer

Our Services

@if($serviceCards && $serviceCards->isNotEmpty()) @foreach($serviceCards as $index => $card) @if($card->link_url) @else @endif @endforeach @else @auth
πŸ”

Search Boundaries

Search and view boundary records, types, and status.

βš–οΈ

View Disputes

Access dispute information and resolution status.

πŸ“„

Documents

Boundary and administrative documentation.

@else
πŸ”

Search Boundaries

Search and view boundary records, types, and status.

βš–οΈ

View Disputes

Access dispute information and resolution status.

πŸ“„

Documents

Boundary and administrative documentation.

@endauth
πŸ“ž

Contact

Get in touch with the Boundary Commission.

@endif
{{-- About / Services block --}} @if($servicesBlock && ($servicesBlock->title || $servicesBlock->body_text))
@if($servicesBlock->image_url) @else
πŸ—ΊοΈ
@endif

About

{{ $servicesBlock->title ?? 'Boundary Commission Services' }}

{{ $servicesBlock->body_text }}

@if($servicesBlock->button_1_label && $servicesBlock->button_1_url) {{ $servicesBlock->button_1_label }} β†’ @endif @if($servicesBlock->button_2_label && $servicesBlock->button_2_url) {{ $servicesBlock->button_2_label }} @endif
@endif {{-- Stats --}} @if($stats && $stats->isNotEmpty())
@foreach($stats as $stat)
{{ $stat->value }} {{ $stat->label }}
@endforeach
@endif {{-- Issues / Our responsibility --}}

The issues

Our Responsibility and Accountability

Access portal
{{-- Mission & vision --}}

Our priority

Our Mission & Vision

Our mission is to maintain clear, accessible records of boundaries and disputes and to support resolution and transparency. We are driven by a shared vision of clarity, accountability, and service to the public.

βš–οΈ

Resolution

Support fair and timely resolution of boundary disputes through evidence and process.

πŸ›‘οΈ

Stewardship

Preserve and maintain boundary records and archives for future reference.

{{-- Contact --}} @if($contact && ($contact->email || $contact->phone || $contact->address))

Get in touch

Contact

@if($contact->phone) @endif @if($contact->email) @endif @if($contact->address)
Address {{ $contact->address }}
@endif
@else

Get in touch

Contact

Contact details can be updated by administrators in the dashboard.

@endif @endsection