@extends('admin.layout.base') @section('title', 'Service Types ') @section('content')
ID | Service Name | Provider Name | Capacity | Base Price | Price Calculation | Service Image | Time Based Price | Rental | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $service->name }} | {{ $service->provider_name }} | {{ $service->capacity }} | {{ currency($service->fixed) }} | @lang('servicetypes.'.$service->calculator) |
@if($service->image)
|
Rental | ||
ID | Service Name | Provider Name | Capacity | Base Price | Price Calculation | Service Image | Time Based Price | Action |