{{ __('appointment.sr_no') }} | {{ __('appointment.lbl_services') }} | {{ __('service.discount') }} | {{ __('product.quantity') }} | {{ __('appointment.price') }} | {{ __('service.inclusive_tax') }} | {{ __('appointment.total') }} | @if ($status == 1){{ __('appointment.lbl_action') }} | @endif
---|---|---|---|---|---|---|---|
{{ $index + 1 }} |
{{ $iteam['item_name'] }} |
@if ($iteam['discount_value'] == null) - @else @if ($iteam['discount_type'] == 'fixed') {{ Currency::format($iteam['discount_value']) }} @else {{ $iteam['discount_value'] }}(%) @endif @endif |
{{ $iteam['quantity'] }} | {{ Currency::format($iteam['service_amount']) }} | {{ Currency::format($iteam['inclusive_tax_amount']) }} | {{ Currency::format($iteam['total_amount']) }} | @if ($status == 1 )
@if( $index !==0)
@endif
|
@endif
{{ __('appointment.no_service_found') }}
|