@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->designation}} @if($item->facebook) @endif @if($item->instagram) @endif @if($item->twitter) @endif @if($item->email) @endif @endforeach {{ $page->findSection('about-tips-heading') }} {!! $page->findSection('about-tips-content') !!} @include('includes.recipe') @include('layouts.components.faqs') @endsection
{{$item->name}}
{{$item->designation}}