@extends('admin.layout.base') @section('title', 'Service Types ') @section('content')
| ID | Vehicle Name | Capacity | Base Fare | Base Distance | Description | Icon | Upload Image | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $service->name }} | {{ $service->capacity }} | {{ currency($service->fixed) }} | {{ $service->distance }} KM | {{ $service->description }} |
@if($service->image)
|
@if($service->vehicle_image)
|
|
| ID | Vehicle Name | Capacity | Base Fare | Base Distance | Description | Icon | Action |