@if ($status == 1) @endif @foreach ($data['billingItem'] as $index => $iteam) @if ($status == 1 ) @endif @endforeach @if (count($data['billingItem']) <= 0) @endif
{{ __('appointment.sr_no') }} {{ __('appointment.lbl_services') }} {{ __('service.discount') }} {{ __('product.quantity') }} {{ __('appointment.price') }} {{ __('service.inclusive_tax') }} {{ __('appointment.total') }}{{ __('appointment.lbl_action') }}
{{ $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( $index !==0) @endif
{{ __('appointment.no_service_found') }}
@push('after-scripts') @endpush