@extends('app_client') @section('title', $article->parent->title.' | '.$property->name) @section('content')
@if($property->id != 7) @endif

{{ $article->parent->title }}

{!! $article->content !!} @if($article->video)
@endif @if($article->parent->images->count() > 1)
@foreach($article->parent->images as $key => $image) @if($key == 0) @elseif($key == 1) @else @endif @endforeach
@endif @if($article->request)
@endif
@include('client.partials.modal.article') @endsection @section('script') @endsection