@extends('site.layout') @section('content') @php($publicStorage = \Illuminate\Support\Facades\Storage::disk('public'))

Discover Your Perfect Service

Book trusted professionals for home and business services.

@foreach ($categories as $category) @endforeach
@foreach ($categories as $category)
Discover Your Perfect {{ $category->name }}
@foreach ($category->services as $service)
{{ $service->name }}
Price: ৳{{ number_format((float) $service->price, 2) }} @if ($service->compare_at_price) ৳{{ number_format((float) $service->compare_at_price, 2) }} @endif
@csrf
@csrf
Service Include :
@if ($service->includes->count())
    @foreach ($service->includes as $include)
  • {{ $include->text }}
  • @endforeach
@else
Details will be provided by the technician.
@endif
@endforeach
@endforeach
Support 24/7
30 days warranty
100% time committed
Quality Service
Blog
Our latest updates
View all
@foreach ($blogPosts as $post)
@if ($post->cover_image_path) {{ $post->title }} @else
No image
@endif
{{ $post->title }}
{{ $post->excerpt }}
Read More
@endforeach
Clients
@foreach ($clients as $client)
@if ($client->logo_path) {{ $client->name }} @else
{{ $client->name }}
@endif
@endforeach
@endsection