Edit Service

View Service Back to Services
@if(session('success')) @endif @if($errors->any()) @endif
Edit Service Details
@csrf @method('PUT')
@if($service->image)
Current service image
Current image
@endif
Upload new image to replace current one. Recommended size: 800x600px.
UGX
pricing_type ?? 'fixed') == 'fixed' ? 'checked' : '' }}>
pricing_type ?? 'fixed') == 'hourly' ? 'checked' : '' }}>
pricing_type ?? 'fixed') == 'per_person' ? 'checked' : '' }}>
@php $availableDays = json_decode($service->available_days ?? '[]', true) ?: ['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday']; @endphp
advance_booking ? 'checked' : '' }}>
is_active ? 'checked' : '' }}>
Separate tags with commas
Service Statistics
{{ $service->bookings_count ?? 0 }}
Total Bookings
UGX {{ number_format($service->revenue ?? 0, 0) }}
Total Revenue
{{ number_format($service->avg_rating ?? 0, 1) }}/5
Average Rating
Recent Activity
Service Updated
Price changed from $25 to $28
2 hours ago
New Booking
Room 302 - John Smith
Today, 8:30 AM
Service Completed
Room 215 - 5-star rating
Yesterday, 3:15 PM
Availability Updated
Sunday availability added
2 days ago