@extends('app_client') @section('title', 'Recommendations | '.$property->name) @section('content')
@if($recommendations->count())
Loading recommendations ...

@{{ recommendation.parent.title }}

@{{ recommendation.subtitle }}

More info
@else
{!! $empty !!}
@endif
@include('client.partials.modal.recommendation') @endsection @section('script') @endsection