@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content')
@if($data->image) img @endif
{!! $data->content !!}
@if($data->show_leadership)
{{ _trans('landlord.Team') }}

{{ _trans('landlord.Meet Our Leadership') }}

@foreach($leaderships as $leadership)
img

{{ $leadership->name }}

{{ $leadership->designation }}

@endforeach
@endif @if($data->show_testimonial)

{{ _trans('landlord.Testimonials') }}

@foreach($testimonials as $testimonial)
img
{{ $testimonial->name }}

{{ $testimonial->designation }}

{{ $testimonial->message }}

@endforeach
@endif @endsection