@extends('layouts.cad_simple') @section('content')
{{ get_setting('state') }} UNIFORM CITATION - Copy
State of {{ get_setting('state') }} District Court
Citation No. {{ $ticket->id }}
Your Court Date and Location
@if ($ticket->plea_type == 1)Ticket was plead guilty. No courtdate.
Court found Not Guilty.
@elseif($ticket->plea_type == 4)Court found Guilty.
@elseif($ticket->plea_type == 2 || $ticket->plea_type == 0) @if (!$ticket->court_at)Old Ticket. Contact the court directly to find out court date
@else{{ $ticket?->court_at->format('l') }}
{{ $ticket?->court_at->format('m/d/Y') }}
{{ $ticket?->court_at->format('H:i') }}
{{ $ticket->court_location ?? 'TBD' }}
{{ $ticket->courtroom ?? 'TBD' }}
{{ $ticket->call?->id }}
The State of {{ get_setting('state') }} VS.
{{ $ticket->license?->id }}
{{ get_setting('state') }}
{{ $ticket->civilian->name }}
{{-- --}}{{ $ticket->civilian->race }}
{{ $ticket->civilian->gender }}
{{ $ticket->license_was_suspended ? 'Yes' : 'No' }}
{{ $ticket->license?->license_type->name }}
{{ $ticket->civilian->postal }} {{ $ticket->civilian->street }}
{{ $ticket->civilian->city }}
{{ get_setting('state') }}
{{ $ticket->civilian->phone_number }}
{{ $ticket->civilian->height }}
{{ $ticket->civilian->weight }}
{{ $ticket->civilian->s_n_n }}
{{ $ticket->civilian->date_of_birth->format('m/d/Y') }}
{{ $ticket->civilian->age }}
What you are charged with
The officer named below has probable cause to believe that on or about {{ $ticket->offense_occured_at->format('l') }}, the {{ $ticket->offense_occured_at->format('d') }} day of {{ $ticket->offense_occured_at->format('M') }} at {{ $ticket->offense_occured_at->format('H:i') }} in the county named above you did unlawfully and willfully
{{ $charge->penal_code->name }} (x{{ $charge->counts }})
{{ $charge->description }}
@endforeachYour Vehicle
{{ $ticket->vehicle?->plate }}
{{ $ticket->vehicle?->model }}
{{ $ticket->vehicle?->color }}
{{ $ticket->vehicle_was_impounded ? 'Yes' : 'No' }}
Other Information
{{ $ticket->highway_street }}
{{ $ticket->weather }}
{{ $ticket->traffic }}
{{ $ticket->speed }}mph in a {{ $ticket->speed_zone }}mph zone
{{ $ticket->speed_clocked_mode }}
{{ $ticket->is_dui ? 'Y' : 'N' }} - M: {{ $ticket->dui_test_method }} R: {{ $ticket->dui_test_result }}
Drugs{{ $ticket->is_drugs ? 'Y' : 'N' }}
{{ $ticket->in_city_of }}
{{ $ticket->at_intersection }}
Charging Officer Information
{{ $ticket->updated_at->format('m/d/Y H:i') }}
{{ $ticket->officer->name }}
{{ $ticket->officer->user_department->badge_number }}
{{ $ticket->officer->user_department->department->initials }}