@extends('layouts.app') @section('title', 'View Protocol Type') @section('page-title', 'Protocol Type Details') @section('content')
Protocol Type Details

{{ $protocolType->id }}

@if($protocolType->is_active) Active @else Inactive @endif

{{ $protocolType->name }}

{{ $protocolType->description ?: 'No description provided' }}

{{ $protocolType->created_at->format('M d, Y H:i A') }}

{{ $protocolType->updated_at->format('M d, Y H:i A') }}

@endsection