@extends('layouts.courthouse') @section('content')
{{ $license->license_type->name }} | {{ $license->id }} | {{ $license->status_name }} | Expires: {{ $license->expires_on->format('m/d/Y') }} | RO: {{ $license->civilian->name }}
License was suspended due to this ticket: @if ($license->ticket) Ticket {{ $license->ticket->id }} @else Not linked to a ticket. @endif