@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content')
{{ $case_study->title }}

{{ $case_study->title }}

{!! $case_study->content !!}
{{ _trans('lanlord.Latest Blogs') }}
@foreach($latest_blogs as $latest_blog)
img

{{ $latest_blog->title }}

{{ date('d M', strtotime($latest_blog->created_at)) }}

@endforeach
@endsection