@extends('layouts.app') @section('title', 'Home || Heritage In Khulna') @section('external_css') @endsection @section('content')

{{$siteSetting->hero_text1}} {{$siteSetting->hero_text2}}

{{$siteSetting->hero_text3}}

FIND YOUR PLACE

{{$count}}
Total Heritage Sites
{{$criticalCount}}
In Critical Condition
{{$vulnerableCount}}
In Vulnerable Condition
{{$wellCount}}
In Well Preserved
{{$unknownCount}}
Unknown
FEATURED PLACES

Top Places You Must Visit

@foreach ($sites as $site)
Thumbnail
@if ($site->siteDescription && $site->siteDescription->current_condition) @php $condition = $site->siteDescription->current_condition; $conditionText = 'Unknown'; switch ($condition) { case 1: $conditionText = 'Well Preserved'; break; case 2: $conditionText = 'Vulnerable'; break; case 3: $conditionText = 'Critical'; break; } @endphp {{ $conditionText }} @else Unknown @endif

{{$site->site_name_en}} - {{$site->thana->name}}, {{$site->district->name}}

{{$site->district->name}}

Historical Site

@endforeach
{{ $sites->links() }}

{{$siteSetting->youtube_text1}}

{{$siteSetting->youtube_text2}}

{{$siteSetting->youtube_text3}}

Support Image
Since 1983
About Our Directorate

One of the government agency In Bangladesh

{!! $aboutUs->hero_text !!}

About us
{{--
Testimonial

Logisti Group is a representative logistics operator providing full range of ser of customs clearance and transportation worl.

Testimonial
Jessya Inn

Co Founder

testimonial

Logisti Group is a representative logistics operator providing full range of ser of customs clearance and transportation worl.

Homepage
Jessya Inn

Co Founder

--}} @endsection @section('external_js') @endsection