Removed static text for slot duration
This commit is contained in:
parent
33bff0088f
commit
2af7e35ceb
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->appointment_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->default_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->table_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->appointment_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->default_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<span class="title">
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration') }} :
|
||||
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => 30]) }}
|
||||
{{ __('bookingproduct::app.shop.products.slot-duration-in-minutes', ['minutes' => $bookingProduct->table_slot->duration]) }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue