@extends('layouts.master') @section('main_content')
{{--
--}}

{{$posts[0]->title}}

{{$posts[0]->sub_title}}

@if($posts[1]->image != null )
@else
@endif

{{$posts[1]->title}}

{!!$posts[1]->description!!}

{{-- left image --}} @if($posts[2]->image != null )
@else
@endif

{{$posts[2]->title}}

{!!$posts[2]->description!!}

{{-- right image --}} @if($posts[2]->image != null )
@else
@endif
@endsection