@foreach ($About as $about)
{{-- SEO SKELETON STRUCTURE --}}
{{$about->title}} - Decomagna- Kenya
{{-- OG --}}
{{-- Twitter --}}
@endforeach
{{-- SEO --}}
@include('front.google-tags')
{{-- --}}
@yield('content')
@include('front.footer')
@include('front.schema')