services-image
@if ($service->is_video_consultancy)
Video
@endif {{ optional($service->category)->name ?? '' }}
{{ $service->name }}
@if ($service->discount)
{{ Currency::format($service->payable_amount) }} {{ Currency::format($service->charges) }}
{{ $service->discount_type == 'percentage' ? $service->discount_value . '%' : Currency::format($service->discount_value) }} off
@else {{ Currency::format($service->payable_amount) }} @endif
@if($service->inclusive_tax_price >0 )
{{ __('messages.lbl_with_inclusive_tax') }}
@endif
{{ __('frontend.duration') }}
{{ getDurationFormat($service->duration_min) }}
{{ __('frontend.book_now') }}