@extends('frontend.layouts.master') @section('title', @$data['title']) @section('content')
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@foreach($data['features'] ?? [] as $feature)

{{ $feature->title }}

{{ _trans('landlord.See More')}}
@endforeach {{--
--}} {{--
--}} {{--

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

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

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

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

{{ _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.Testimonials')}}

@foreach($data['testimonials'] as $testimonial)
{{ $testimonial->name }}

{{ $testimonial->name }}

{{ $testimonial->designation }}
{{ \Illuminate\Support\Str::of($testimonial->message)->words(15) }}
@endforeach

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

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