@extends('frontend.layout.app') @section('content')

About Us

teacher

{{ $abouts->heading }}

{!!$abouts->content1!!}

{!!$abouts->content2!!}

{{$visions->heading1}}

{!!$visions->content1!!}

{{$visions->heading2}}

{!!$visions->content2!!}

FAQ
Why Choose Us

Why Choose Lansford Early Childhood Solutions

@foreach($faqs as $index => $faq) @php $headingId = 'heading' . $index . 'Faq'; $collapseId = 'collapse' . $index . 'Faq'; @endphp
{!! $faq->answer !!}
@endforeach
@endsection