@extends('layouts.app') @section('title', 'Protocol Types Management') @section('page-title', 'Protocol Types Management') @section('content')
| ID | Name | Description | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $protocolType->id }} | {{ $protocolType->name }} | {{ Str::limit($protocolType->description, 50) }} | @if($protocolType->is_active) Active @else Inactive @endif | {{ $protocolType->created_at->format('M d, Y') }} |