@extends('layouts.app') @section('title', 'Schedule Break Reason Details') @section('content')
{{ $scheduleBreakReason->reason }}
{{ $scheduleBreakReason->description ?: 'No description provided.' }}
{{ $scheduleBreakReason->is_active ? 'Active' : 'Inactive' }}
{{ $scheduleBreakReason->created_at->format('M d, Y H:i A') }}
{{ $scheduleBreakReason->updated_at->format('M d, Y H:i A') }}