@extends('layouts.front') @push('styles') @endpush @section('content')
@if($services->count() > 0)

@lang('front.servicesTitle')

@lang('front.services')

@endif
@forelse ($services as $item)
list
{{ ucwords($item->category->name) }}
{{ ucwords($item->name) }}
@empty

@lang('front.noSearchRecordFound')

@endforelse {{--
--}} {{--
--}}
@endsection @push('footer-script') @endpush