@extends('emails.layouts.email') @section('title', 'Vehicle Inspection Report') @section('content')
Dear {{ $inspection->customer->full_name }},
Please find below the inspection report for your vehicle:
Vehicle: {{ $inspection->vehicle?->vehicleModel?->vehicleMake?->name }} {{ $inspection->vehicle?->vehicleModel?->name }}
Chassis No: {{ $inspection->vehicle->chassis_no }}
Inspection Date: {{ $inspection->created_at->format('F j, Y') }}
Inspector: {{ $inspection->employee->full_name }}
{{ $inspection->overall_condition }}
{{ $inspection->inspector_comments }}
{{ $inspection->recommendations }}
Please find attached photos from the inspection.