@extends('layouts/layoutMaster') @section('title', ($providerDetails->display_name ?? 'Provider') . ' — Service & Job Types') @section('content') @php $provId = $providerDetails->uuid ?? ''; @endphp

Provider Details

Manage service types and their associated job types.

@include('providers.administrator._header', ['providerDetails' => $providerDetails])
@include('providers.administrator._nav', ['activePage' => 'documents-services', 'providerDetails' => $providerDetails])
{{-- Stats --}}

Service Types

{{ $stats['service_types'] ?? 4 }}

Job Types

{{ $stats['job_types'] ?? 12 }}

With Checklists

{{ $stats['with_checklists'] ?? 9 }}

{{-- Two-Panel Layout --}}
{{-- Left: Service Types --}}
Service Types
{{-- Right: Job Types for Selected Service --}}
Job Types — Audit & Assurance
Job types under the selected service.
{{-- Audit job types (default visible) --}}
  • Statutory Audit 5 checklist items
    Active
  • Internal Audit 3 checklist items
    Active
  • SSM Compliance Audit 2 checklist items
    Active
  • Due Diligence Review 4 checklist items
    Active
{{-- Tax job types --}}
  • Corporate Tax Filing 4 checklist items
    Active
  • Tax Advisory 2 checklist items
    Active
  • Transfer Pricing 3 checklist items
    Active
{{-- Advisory job types --}}
  • Corporate Advisory 6 checklist items
    Active
  • Business Valuation 3 checklist items
    Active
  • Restructuring 0 checklist items
    No Checklist
{{-- Secretarial job types --}}
  • Annual Return Filing 3 checklist items
    Active
  • Company Incorporation 4 checklist items
    Active
@endsection @section('page-script') @endsection