@extends('layouts.admin') @section('title', 'Services Management - ' . $vendor->vendor_name) @section('content')

Services Management

Back to Vendor Manage Categories
@if($vendor->logo) Vendor Logo @else
@endif
{{ $vendor->vendor_name }}

{{ $vendor->vendor_description }}

@php $businessTypeBadge = $vendor->getBusinessTypeBadge(); @endphp {{ $businessTypeBadge['icon'] }} {{ $businessTypeBadge['text'] }} @if($vendor->offersHomeService()) 🏠 Home Service @endif @if($vendor->is_verified) ✓ Verified @endif
{{ $stats['total_services'] }}
Total Services
{{ $stats['available_services'] }}
Available

{{ $stats['total_services'] }}

Total Services

{{ $stats['available_services'] }}

Available

{{ $stats['featured_services'] }}

Featured

{{ $stats['mobile_services'] }}

Mobile Services

{{ number_format($stats['total_bookings']) }}

Total Bookings

{{ number_format($stats['average_rating'] ?? 0, 1) }}

Avg Rating

Service Categories
{{ $serviceCategories->count() }} Categories

Manage your services by category. Click on a category to view and manage services.

@if($serviceCategories->count() > 0)
@foreach($serviceCategories as $category)
@if($category->icon) @else @endif
{{ $category->name }}

{{ $category->description }}

{{ $category->vendor_services_count }}
Total
{{ $category->available_services_count }}
Available
@endforeach
@else
No Service Categories Found

Service categories will appear here once they are configured.

Configure Categories
@endif
@if($serviceCategories->count() > 0)
@endif
@endsection