@include('frontend.layouts.navbar') {{-- Page Hero --}}
Browse Listings
Discover Support
Services
Explore verified logistics services across warehousing, transport, finance, education and more.
{{-- Search --}}
Search
{{-- Desktop filter bar --}}
All
@foreach($serviceCategories as $sc)
{{ $sc->name }}
@endforeach
{{-- Mobile filter dropdown --}}
All Categories
@foreach($serviceCategories as $sc)
{{ $sc->name }}
@endforeach
{{-- Cards grid --}}
@foreach($services as $service)
📦
{{ optional($serviceCategories->find($service->service_category_id))->name }}
{{-- PostTitle/PostContent needed by otherservice.js searchPosts() --}}
{{ $service->title }}
{{ Str::limit($service->description, 200) }}
Read More
@endforeach
{{-- Pagination --}}
{{-- Modal --}}
{{-- Lightbox --}}
×
@include('frontend.layouts.footer')