@extends('fleet.layout.base') @section('title', 'Driver Documents ') @section('content')
| Vehicle Name | Vehicle Number | Vehicle Model | Action |
|---|---|---|---|
| {{ $service->service_type->name }} | {{ $service->service_number }} | {{ $service->service_model }} | |
| Vehicle Name | Vehicle Number | Vehicle Model | Action |
| # | Document | Status | Action |
|---|---|---|---|
| {{ $Index + 1 }} | {{ $Document->document->name }} | {{ $Document->status }} | |
| # | Document | Status | Action |