@extends('layouts.app') @section('title', 'Create Protocol Type') @section('page-title', 'Create New Protocol Type') @section('content')
Create New Protocol Type
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Inactive protocol types cannot be used for new clients
Back to Protocol Types
@endsection