@extends('template.layouts.template-base') @section('title', 'View Vehicle') @section('content') @php $additionalDriverNames = $vehicle->secondaryDrivers()->pluck('name')->implode(', '); @endphp

Vehicle Information

Documents

@if (!empty($vehicle->registration_certificate)) View @else @endif
@if (!empty($vehicle->fitness_certificate)) View @else @endif
Back Edit
@include('template.layouts.error-modal') @endsection