@extends('layouts.courthouse') @section('content')
Case No. {{ $ticket->call->id }}
@elseCase No. Not Linked
@endifCause: Non-Guilty Plea
Plaintiff
State of San Andreas
Defendant
{{ $ticket->civilian->name }}
Charges
@foreach ($ticket->charges as $charge) @if (!$loop->last) {{ $charge->penal_code->name }} (x{{ $charge->counts }}), @else {{ $charge->penal_code->name }} (x{{ $charge->counts }}) @endif @endforeach