@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('canonical_tag', $meta_data->canonical_tag) @section('banner_image', "banners/".$banner->banner_image) @section('content')
{{$meta_data->page_name}} {{$meta_data->page_name}}
{!!nl2br($banner->banner_caption)!!}

{!!nl2br($banner->banner_description)!!}

@php $i = 1; @endphp @foreach($executive_team_categories as $executive_team_category_row) @if(isset($executive_teams_object->{$executive_team_category_row->id})) @php $i++; @endphp @endif @endforeach
esc

About

@endsection