@extends('layouts.app') @section('title', 'About') @section('content')

{{$page->name}}

{!! $page->findSection('about-right-content') !!}
{!!$page->findSection('about-first-card-content')!!}
{!!$page->findSection('about-second-card-content')!!}
{!!$page->findSection('about-youtube-iframe')!!}

{{$page->findSection('team-heading')}}

{!! $page->findSection('meet-content') !!}
@foreach ($team as $key => $item)
{{$item->name}}

{{$item->name}}

{{$item->designation}}

@endforeach

{{ $page->findSection('about-tips-heading') }}

{!! $page->findSection('about-tips-content') !!}
@include('includes.recipe')
@include('layouts.components.faqs') @endsection