@lang('front.servicesTitle')

@lang('front.services')

@lang('messages.chooseServiceType')
@forelse ($services as $service)
@if ($service->service_type === 'online')
@endif
{{ ucwords($service->category->name) }}
{{ ucwords($service->name) }}
@empty

@lang('app.noServicesFound').

@endforelse
@if ($services->count() > 0) @endif