@extends('layouts.cad') @section('content')
From | Subject | Received | @foreach ($stolen_vehicles as $vehicle)|
---|---|---|---|
DMV System | Stolen Vehicle: {{ $vehicle->plate }} // {{ $vehicle->model }} // {{ $vehicle->color }} | {{ $vehicle->updated_at->format('m/d/Y H:i') }} | |
Stolen Vehicle: {{ $vehicle->plate }} // {{ $vehicle->model }} // {{ $vehicle->color }}
Stolen Vehicle
Warning - Vehicle has been reported stolen by Owner. Use Caution, Contact DMV to confirm status. Additional Information - Vehicle can be described as a {{ $vehicle->color }} in color {{ $vehicle->model }} bearing plate {{ $vehicle->plate }}. Registered Owner: {{ $vehicle->civilian->name }} Address: Driver License: Social Security: Phone: Type: Occupation: {{ $vehicle->civilian->postal }} {{ $vehicle->civilian->street }} {{ $vehicle->civilian->city }} 12345 {{ $vehicle->civilian->s_n_n }} 123-345-9834 INDIV - Individual {{ $vehicle->civilian->occupation }} Age: Birth: Race: Sex: Height: Weight: {{ $vehicle->civilian->age }} {{ $vehicle->civilian->date_of_birth->format('m/d/Y') }} {{ $vehicle->civilian->race }} {{ $vehicle->civilian->gender }} {{ floor($vehicle->civilian->height / 12) }}' {{ $vehicle->civilian->height % 12 }}" ({{ round($vehicle->civilian->height * 2.54) }}cm) {{ $vehicle->civilian->weight }}lb ({{ round($vehicle->civilian->weight / 2.205) }}kg)
@if ($vehicle->civilian->picture)
No Image on file @endif |
|||
BOLO System | {{ $bolo->type }} BOLO: @if ($bolo->type == 'Person') @if ($bolo->civilian) {{ $bolo->civilian?->name }} @else Unknown @endif @elseif($bolo->type == 'Vehicle') @if ($bolo->vehicle) {{ $bolo->vehicle->plate }} // {{ $bolo->vehicle->model }} // {{ $bolo->vehicle->color }} @else Unknown @endif @endif | {{ $bolo->created_at->format('m/d/Y H:i') }} | |
{{ $bolo->type }} BOLO: @if ($bolo->type == 'Person') @if ($bolo->civilian) {{ $bolo->civilian?->name }} @else Unknown @endif @elseif($bolo->type == 'Vehicle') @if ($bolo->vehicle) {{ $bolo->vehicle->plate }} // {{ $bolo->vehicle->model }} // {{ $bolo->vehicle->color }} @else Unknown @endif @endif
@if ($bolo->civilian?->status == 4)
deceased @endif @if ($bolo->vehicle?->vehicle_status == 5)Scrapped @endifWanted in connection to {{ $bolo->wanted }}. @if ($bolo->call) Call #{{ $bolo->call->id }} @endif Last Known Location:{{ $bolo->last_location }} Last Known Appearance:{{ $bolo->last_appearance }} Last Known Transportation: {{ $bolo->last_transportation }} Warning - {{ $bolo->warning }} Additional Information - {{ $bolo->additional_information }}
@if ($bolo->civilian_id)
Civilian Linked: {{ $bolo->civilian->name }} Address: Driver License: Social Security: Phone: Type: Occupation: {{ $bolo->civilian->postal }} {{ $bolo->civilian->street }} {{ $bolo->civilian->city }} 12345 {{ $bolo->civilian->s_n_n }} 123-345-9834 INDIV - Individual {{ $bolo->civilian->occupation }} Age: Birth: Race: Sex: Height: Weight: {{ $bolo->civilian->age }} {{ $bolo->civilian->date_of_birth->format('m/d/Y') }} {{ $bolo->civilian->race }} {{ $bolo->civilian->gender }} {{ floor($bolo->civilian->height / 12) }}' {{ $bolo->civilian->height % 12 }}" ({{ round($bolo->civilian->height * 2.54) }}cm) {{ $bolo->civilian->weight }}lb ({{ round($bolo->civilian->weight / 2.205) }}kg)
@if ($bolo->civilian->picture)
Run
Name
No Image on file @endifVehicle Linked: {{ $bolo->vehicle->plate }} Plate: Make: Color: {{ $bolo->vehicle->plate }} {{ $bolo->vehicle->model }} {{ $bolo->vehicle->color }} Registration Expires: Status: Registered Owner: {{ $bolo->vehicle->registration_expire->format('m/d/Y') }} {{ $bolo->vehicle->status_name }} @if ($bolo->vehicle->civilian) {{ $bolo->vehicle->civilian->name }} ({{ $bolo->vehicle->civilian->s_n_n }}) @elseif ($bolo->vehicle->business) {{ $bolo->vehicle->business->name }} (BUSSINESS VEHICLE) @endif
@if ($bolo->vehicle->picture)
Run
plate
No Image on file @endif |