@extends('frontend.layouts.app') @section('title') {{ $title ?? 'Service Provider' }} @endsection @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb', ['links' => [[$title => route('frontend.about')]]])
service provider

{{$seller->name}}

Best Service, Best Price

verified Verified Member since {{date('M Y', strtotime($seller->created_at))}}
342 Views
{{--
Open Closes 9:00 pm
--}} @if ($seller->phone)
{{$seller->phone}} Service Provider Phone Number
@endif
{{$seller->address}} {{-- Shop No. 12, Ground Floor, Prestige Plaza, Ngong Road Nairobi, Kenya P.O. Box 12345-00100 --}} {{-- Show on map --}}
{{--

About This Service

An online cleaner services provider offers convenient cleaning solutions for homes and offices through websites or mobile apps. Customers can easily book services like general cleaning, deep cleaning, or specialized tasks such as carpet and window cleaning. These platforms provide transparent pricing, flexible scheduling, and professional cleaners vetted for quality and reliability. Many also use eco-friendly cleaning products, ensuring sustainable practices. With secure online payments and dedicated customer support, these services save time, offer convenience, and maintain high standards of cleanliness for a variety of spaces.

--}}
{{-- Search Btn --}} {{--
--}} {{-- Services Category List Items (Start) --}}

Services Category List

@foreach($subCategories as $service)
{{ $service->name }}
86%
@endforeach {{--
Floor polishing

Office Cleaning

86%
Remove post-construction dust

Post-Construction Cleaning

81%
Clean under and behind furniture

Deep Cleaning

70%
Carpet shampoo cleaning

Carpet and Upholstery Cleaning

86%
Remove post-construction dust

Post-Construction Cleaning

86%
--}} {{-- Services Category List Items (End) --}}
@endsection @push('script') @endpush