@extends('layouts.branch') @section('title', 'Clinical Services') @section('header', 'Service Catalog') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Service Catalog', 'url' => route('branch.services')] ] ])

Service Activation

Define the clinical service categories provided by this branch. Activation ensures these services are available for scheduling and billing.

@foreach($allCategories as $category) @endforeach
Service Information Current Status Actions
{{ substr($category->name, 0, 1) }}

{{ $category->name }}

ID: #{{ str_pad($category->id, 3, '0', STR_PAD_LEFT) }}

@endsection