@extends('layouts.admin') @section('title', 'Manage Services') @section('page-title', 'Services') @section('content')
Set a service charge per service. Leave at ₦0.00 for no charge.
| Name | Code | Category | Service Charge | Status | |
|---|---|---|---|---|---|
| {{ $service->name }} | {{ $service->code }} | {{ ucfirst(str_replace('_', ' ', $service->category)) }} | @if($service->is_active) Active @else Inactive @endif | ||
| No services configured. | |||||