@extends('layouts.front') @push('styles') @endpush @section('content') @php $count = 0 @endphp @forelse($images as $image) @php $count++ @endphp @empty @endforelse @php $count = 0 @endphp @forelse($images as $image) @php $count++ @endphp @empty @endforelse @lang('front.bestDeals') @lang('app.deal') @foreach ($deals as $deal) @if ($deal->deal_type=="") @lang('app.offer') @else {{$deal->deal_type}} @endif {{ucwords($deal->title)}} {{$deal->location->name}} ${{$deal->original_amount}} {{ $settings->currency->currency_symbol }}{{$deal->deal_amount}} @lang('app.view') @lang('app.detail') @endforeach @lang('front.categoriesTitle') @lang('front.categories') @lang('front.all') @foreach ($categories as $category) @if($category->services->count() > 0) {{ ucwords($category->name) }} @endif @endforeach @lang('front.servicesTitle') @lang('front.services') @foreach ($services as $service) {{ ucwords($service->category->name) }} {{ ucwords($service->name) }} {{ $settings->currency->currency_symbol }}{{ $service->discounted_price }} @lang('app.add') @endforeach @if ($services->count() > 0) @lang('front.selectBookingTime') @endif @endsection @push('footer-script') @endpush
@lang('front.bestDeals')
@lang('front.categoriesTitle')
@lang('front.servicesTitle')