@extends('layouts.app') @section('title', __('Services')) @section('content') {{ __('Find the Perfect Service') }} {{ __('Browse through our wide range of services and find the perfect match for your needs.') }} {{ __('Category') }} {{ __('All Categories') }} @foreach($categories as $category) id ? 'selected' : '' }}> {{ $category->name }} @endforeach {{ __('Location') }} {{ __('Price Range') }} {{ __('Any Price') }} {{ __('$0 - $50') }} {{ __('$50 - $100') }} {{ __('$100 - $200') }} {{ __('$200+') }} {{ __('Rating') }} {{ __('Any Rating') }} {{ __('4+ Stars') }} {{ __('3+ Stars') }} {{ __('2+ Stars') }} {{ __('Search Services') }} {{ __('Filters') }} {{ __('Categories') }} @foreach($categories as $category) id, request('categories', [])) ? 'checked' : '' }}> {{ $category->name }} @endforeach {{ __('Price Range') }} {{ __('Any Price') }} {{ __('$0 - $50') }} {{ __('$50 - $100') }} {{ __('$100 - $200') }} {{ __('$200+') }} {{ __('Rating') }} {{ __('Any Rating') }} {{ __('& Up') }} {{ __('& Up') }} {{ __('& Up') }} {{ __('Apply Filters') }} {{ __('Available Services') }} {{ $services->total() }} {{ __('services found') }} {{ __('Sort by:') }} {{ __('Relevance') }} {{ __('Price: Low to High') }} {{ __('Price: High to Low') }} {{ __('Highest Rating') }} {{ __('Newest') }} @forelse($services as $service) @if($service->is_featured) {{ __('Featured') }} @endif {{ $service->category->name }} @for($i = 1; $i <= 5; $i++) @endfor ({{ $service->reviews_count }}) {{ $service->name }} {{ Str::limit($service->description, 80) }} {{ $service->price_formatted }} @if($service->original_price > $service->price) {{ $service->original_price_formatted }} @endif {{ __('View Details') }} @empty {{ __('No services found matching your criteria. Please try different filters.') }} @endforelse {{ $services->appends(request()->except('page'))->links() }} @endsection @section('scripts') @endsection
{{ __('Browse through our wide range of services and find the perfect match for your needs.') }}
{{ $services->total() }} {{ __('services found') }}
{{ Str::limit($service->description, 80) }}