@extends('frontend.layouts.app') @section('title', 'Our Journey') @section('content') {{$innerpage_detail['banner_title']}} About Our Journey {{$innerpage_detail['main_heading']}} {!! $innerpage_detail['description'] !!} {{$cta_buttons[0]['text']}} {{$cta_buttons[1]['text']}} @if ($teams->isNotEmpty()) OUR TEAM @foreach ( $teams as $member) {{$member['name']}} {{$member['designation']}} {!! $member['summary'] !!} @endforeach @if (count($teams) > 3) @endif @endif @endsection