@extends('layouts.master') @section('title', 'Case Outcome Details - Prolex Law Firm') @section('content')
← Back to Case Outcomes

Case Outcome Details

Outcome Code
{{ $caseOutcome->code }}
Outcome Name
{{ $caseOutcome->name }}
Description
{{ $caseOutcome->description ?: 'No description provided.' }}
Edit Case Outcome Back to Case Outcomes
@endsection