@extends('layouts.app') @section('title', 'ICD Code') @section('content')

{{ $icdCode->code }} - {{ $icdCode->title }}

ICD #{{ $icdCode->id }}
Edit
@csrf @method('DELETE')
Active
{{ $icdCode->is_active ? 'Yes' : 'No' }}
Description
{{ $icdCode->description ?? '-' }}
@endsection