@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content')
img

{{ $content->title_one }}

{{ $content->subtitle_one }}

{!! $content->desc_one !!}

{{ $content->title_two }}

{{ $content->subtitle_two }}

{!! $content->desc_two !!}

{{ $content->title_three }}

{{ $content->subtitle_three }}

{!! $content->desc_three !!}
img
@endsection