@extends('layouts.master') @section('title', 'Cancelled Reasons List - Prolex Law Firm') @section('content')
| Reason Code | Reason Name | Description | Status | Actions |
|---|---|---|---|---|
| {{ $reason->reason_code }} | {{ $reason->reason_name }} | {{ Str::limit($reason->reason_description, 50) }} | {{ $reason->status ? 'Active' : 'Inactive' }} | View Edit |
| No cancelled reasons found. Add your first cancelled reason | ||||