@extends('admin.layout.base') @section('title', 'Service Types ') @section('content')
| ID | Service Name | Capacity | Base Price | Distance Price | Between Kms | Less Distance Price | Greater Distance Price | Price Calculation | Calculation Format | Cancellation Charges | Service Image | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $service->name }} | {{ $service->capacity }} | {{ currency($service->fixed) }} | {{ currency($service->price) }} | {{ currency($service->between_km) }} | {{ currency($service->less_distance_price) }} | {{ currency($service->greater_distance_price) }} | @lang('servicetypes.'.$service->calculator) | {{$service->calculation_format}} | {{$service->cancellation_charges}} |
@if($service->image)
|
|
| ID | Service Name | Capacity | Base Price | Distance Price | Between Kms | Less Distance Price | Greater Distance Price | Price Calculation | Calculation Format | Cancellation Charges | Service Image | Action |