{{-- Validation Errors --}}
@if ($errors->any())
Error! Please check the following:
@endif
{{-- Success Message --}}
@if (session('success'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Success! {{ session('success') }}
@endif
{{-- Error Message --}}
@if (session('error'))
Error! {{ session('error') }}
@endif
Inspection History
| Ins-Person | Ins-Contact | Inspection Address | Insu-Class | |
|---|---|---|---|---|
| {{ $data->ins_person }} | {{ $data->ins_contact }} | {{ $data->ins_address }} | {{ $data->vehicle->ins_class }} |
{{-- --}}
|
| No Customer data found | ||||