@extends('layouts.front') @push('styles') @endpush @section('content')

@lang('front.bestDeals')

@lang('app.deal')

@lang('front.categoriesTitle')

@lang('front.categories')

@foreach ($categories as $category) @if($category->services->count() > 0) @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 }}
@endforeach
@if ($services->count() > 0) @lang('front.selectBookingTime') @endif
@endsection @push('footer-script') @endpush