Certificate Information
Title:
{{ $cbseCorner->title }}
@if($cbseCorner->description)
Description:
{{ $cbseCorner->description }}
@endif
Status:
@if($cbseCorner->is_active)
Active
@else
Inactive
@endif
Sort Order:
{{ $cbseCorner->sort_order }}
Created:
{{ $cbseCorner->created_at->format('M d, Y \a\t H:i') }}
@if($cbseCorner->updated_at != $cbseCorner->created_at)
Last Updated:
{{ $cbseCorner->updated_at->format('M d, Y \a\t H:i') }}
@endif