@extends('layouts.front') @push('styles') @endpush @section('content') @if($services->count() > 0) @lang('front.servicesTitle') @lang('front.services') @endif @forelse ($services as $item) {{ ucwords($item->category->name) }} {{ ucwords($item->name) }} {{ $settings->currency->currency_symbol }}{{ $item->discounted_price }} @lang('app.add') @empty @lang('front.noSearchRecordFound') @endforelse {{----}} @lang('front.navigation.goBack') @if ($services->count() > 0) @lang('front.selectBookingTime') @endif {{----}} @endsection @push('footer-script') @endpush
@lang('front.servicesTitle')