@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content') {{ $data->title }} @if($data->image) @endif {!! $data->content !!} @if($data->show_leadership) {{ _trans('landlord.Team') }} {{ _trans('landlord.Meet Our Leadership') }} @foreach($leaderships as $leadership) {{ $leadership->name }} {{ $leadership->designation }} @endforeach @endif @if($data->show_testimonial) {{ _trans('landlord.Testimonials') }} @foreach($testimonials as $testimonial) {{ $testimonial->name }} {{ $testimonial->designation }} {{ $testimonial->message }} @endforeach @endif @endsection
{{ $leadership->designation }}
{{ $testimonial->designation }}
{{ $testimonial->message }}