@extends('frontend.layouts.master') @section('title', @$data['title']) @section('content')

{{ _trans('landlord.Trending Property') }}

{{ _trans('landlord.More Deals')}}
{{-- Buy Property --}}

{{ _trans('landlord.Buy Property') }}

{{ _trans('landlord.More Deals')}}
{{-- Rent Property --}}

{{ _trans('landlord.Rent Property') }}

{{ _trans('landlord.More Deals')}}

{{ _trans('landlord.Hot Categories')}}

{{ _trans('landlord.Download App')}}

{{ _trans('landlord.Property buy and sell software')}}

{{ _trans('landlord.saving time and reducing errors')}}
{{ _trans('landlord.Explore Now')}}

{{ _trans('landlord.SCREEN SHIELDS -50%')}}

{{ _trans('landlord.Shop now')}}

{{ _trans('landlord.NEW COLOR CASES')}}

{{ _trans('landlord.Shop now')}}

{{ _trans('landlord.Daltex Product Example')}}

{{ _trans('landlord.Shop now')}}

{{ _trans('landlord.Recommendation For You')}}

{{--

{{ _trans('landlord.Amazing Features')}}

{{ _trans('landlord.Lead Management')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.Monthly Sales')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.Sales Progress')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.Marketing Automation')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.Reporting & Analytics')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.MLS Integrations')}}

{{ _trans('landlord.Organize and track leads, communications and deals.')}}

{{ _trans('landlord.How it works?')}}

@foreach ( $data['how_it_works'] as $how_it_work)

{{ $how_it_work->title }}

{{ $how_it_work->message }}

@endforeach

{{ _trans('landlord.Our Partners')}}

@foreach($data['partners'] as $partner) {{ $partner->name }} @endforeach
@endsection