@extends('layouts.admin') @section('title', 'Services') @section('header', 'Service Management') @section('content')
Customer Services

Service Management

Control the customer service selector and merchant service availability.

@if(session('success')) @endif

Services

Food and InstaKart services classify merchants. Parcel service powers parcel order APIs.
@forelse($services as $service) @empty @endforelse
Name Slug Sort Status Action
@csrf @method('PUT')
id}", $service->name) }}" required>
id}", $service->slug) }}" required> id}", $service->sort_order) }}" min="0" max="999">
is_active)>
No services found. Run the service migration first.
@endsection