@extends('admin.layouts.base') @section('title', 'Create Warehouse') @section('content')
|
|
Service Name | Price Type | Base Price | Custom Price (Optional) |
|---|---|---|---|---|
|
id}.enabled") ? 'checked' : '' }} />
|
{{ $service->name }}
{{ Str::limit($service->description, 50) }}
|
{{ ucfirst(str_replace('_', ' ', $service->price_type)) }} | ${{ number_format($service->base_price, 2) }} @if($service->unit_label) / {{ $service->unit_label }} @endif |
$
id}.price", $service->base_price) }}"
{{ old("additional_services.{$service->id}.enabled") ? '' : 'disabled' }} />
|