@extends('layouts.app') @section('title', $about->page_title) @section('content')

{{ $about->welcome_title }}

{{ $about->welcome_subtitle }}

{!! nl2br(e($about->welcome_description)) !!}

{{ $about->story_title }}

{!! nl2br(e($about->story_description)) !!}


Why Choose Us?

@for($i=1;$i<=3;$i++)
@if($i==1) 🖼️ @elseif($i==2) 🌍 @else ❤️ @endif
{{ $about->{'why_'.$i.'_title'} }}

{{ $about->{'why_'.$i.'_desc'} }}

@endfor

{{ $about->commitment_title }}

{{ $about->commitment_description }}

{{ $about->cta_text }}

{{ $about->cta_button_text }}

@if(!empty($pageContents['about']->content))
{!! $pageContents['about']->content !!}
@endif @endsection