ACCIDENT REGISTERFROM {{ date('m/d/Y', strtotime($start_date)) }} TO {{ date('m/d/Y', strtotime($end_date)) }} |
|||||||||||
Date & Hour of Accident | Location of Accident | No. of Deaths | No. of Non-Fatal Injuries | H/M | Driver’s Name | Copy of State or Insurance Report | Truck# | Trailer# | |||
Date | Time | Street Address | City | State | |||||||
{{ date('m/d/Y', strtotime($accident->ACC_DATE)) }} | {{ date('H:i:s', strtotime($accident->ACC_TIME)) }} | {{ strtoupper($accident->LOCATION) }} | {{ strtoupper($accident->CITY) }} | {{ strtoupper($accident->STATE) }} | {{ $accident->FATALITIES }} | {{ $accident->INJURIES }} | {{ $accident->HAZMAT }} | {{ strtoupper($accident->driver_name) }} | @if(!empty($accident->INS_REPORT)) Download @endif | {{ strtoupper($accident->UNIT_ID) }} | {{ strtoupper($accident->TRAILER_ID) }} |