@extends('layouts-new.front') @push('styles') @endpush @section('content')
@foreach ($advertisement as $advertisements) @if ($advertisements->position == 'after banner' && $advertisements->status == 'active') @endif @endforeach @if ($deals->count() !== 0)

@lang('app.ourDeals')

@lang('front.bestDeals')

@foreach ($deals as $deal)
{{ ucwords($deal->title) }}

{{ $deal->location->name }}

@if ($deal->original_amount != $deal->deal_amount) {{ currencyFormatter($deal->original_amount) }} @endif{{ currencyFormatter($deal->deal_amount) }}

@endforeach
@if ($deals->count() === 6) @endif
@endif @foreach ($advertisement as $advertisements) @if ($advertisements->position == 'after deal' && $advertisements->status == 'active') @endif @endforeach @if ($section_contents->count() !== 0) @foreach ($section_contents as $section_content)

{{ $section_content->section_title }}

{{ $section_content->title_note }}

{!! $section_content->section_content !!}
Appointo
@endforeach @endif @foreach ($advertisement as $advertisements) @if ($advertisements->position == 'after company detail' && $advertisements->status == 'active') @endif @endforeach @if ($categories->count() !== 0)

@lang('front.our') @lang('front.categories')

@lang('front.categoriesTitle')

@foreach ($categories as $category) @if ($category->services()->count() > 0) @endif @endforeach
@if ($categories->count() === 8) @endif
@endif @foreach ($advertisement as $advertisements) @if ($advertisements->position == 'after categories' && $advertisements->status == 'active') @endif @endforeach @if ($customerFeedbacks->count() !== 0 && !is_null($customerFeedbacks))

@lang('front.customerFeedback')

@lang('front.customerFeedbackNote')

@endif @foreach ($advertisement as $advertisements) @if ($advertisements->position == 'after customer feedback' && $advertisements->status == 'active') @endif @endforeach @if (!is_null($settings->get_started_note) && !is_null($settings->get_started_title))

{{ $settings->get_started_title }}

{{ $settings->get_started_note }}

@endif @endsection @push('footer-script') @endpush