@extends('layouts.master') @section('title', 'Edit Cancelled Reason - Prolex Law Firm') @section('content')
← Back to List

Edit Cancelled Reason

Current Information

Reason Code: {{ $caseReason->reason_code }}

Reason Name: {{ $caseReason->reason_name }}

Status: {{ $caseReason->status ? 'Active' : 'Inactive' }}

@csrf @method('PUT')

Basic Information

Enter a unique code for this case reason
Enter the display name for this case reason
Describe when and why this case reason would be used

Settings

Set whether this case reason is active or inactive
@endsection