@extends('layouts.app') @section('title', 'View Connection Type') @section('content')

Connection Type Details

View connection type information

Connection Type Information
Basic Information
ID
{{ $connectionType->id }}
Name
{{ $connectionType->name }}
Status
@if($connectionType->is_active) Active @else Inactive @endif
@if($connectionType->description)
Description
Description
{{ $connectionType->description }}
@endif
Timestamps
Created At
{{ $connectionType->created_at->format('M d, Y H:i A') }}
Updated At
{{ $connectionType->updated_at->format('M d, Y H:i A') }}
@section('styles') @endsection @endsection