{{-- Kenzie
--}} @extends('web.layouts.app') @section('content')
@if($service_banner) @php $thumbnail_url = $service_banner->getFirstMediaUrl('service-banner-image'); @endphp @if($thumbnail_url) @else @endif @endif

Services

Property

Management

@php $Property_management = get_cms_service('property-management'); @endphp

{!! $Property_management->description ?? '' !!}

{{--
@if( $Property_management) @php $thumbnail_url = $Property_management->getFirstMediaUrl('cms-service-image'); @endphp @if($thumbnail_url) @else @endif @endif
--}}

Property

Valuation

@php $Property_valuation = get_cms_service('property-valuation'); @endphp

{!! $Property_valuation->description ?? '' !!}

{{--
@if( $Property_valuation) @php $thumbnail_url = $Property_valuation->getFirstMediaUrl('cms-service-image'); @endphp @if($thumbnail_url) @else @endif @endif
--}}

Mortgage

Services

@php $Mortgage_services = get_cms_service('Mortgage-services'); @endphp

{!! $Mortgage_services->description ?? '' !!}

{{--
@if( $Mortgage_services) @php $thumbnail_url = $Mortgage_services->getFirstMediaUrl('cms-service-image'); @endphp @if($thumbnail_url) @else @endif @endif
--}}

Property

Conveyancing

@php $Property_conveyancing = get_cms_service('property-conveyancing'); @endphp

{!! $Property_conveyancing->description ?? '' !!}

{{--
@if($Property_conveyancing) @php $thumbnail_url = $Property_conveyancing->getFirstMediaUrl('cms-service-image'); @endphp @if($thumbnail_url) @else @endif @endif
--}}
{{--

Currency

Exchange

@php $Currency_exchange = get_cms_service('currency-exchange'); @endphp

{!! $Currency_exchange->description ?? '' !!}

@if($Currency_exchange) @php $thumbnail_url = $Currency_exchange->getFirstMediaUrl('cms-service-image'); @endphp @if($thumbnail_url) @else @endif @endif
--}}
{{--

Partner Developers

--}} {{-- --}} @include('web.home.index.partners') @endsection