@php $taxData = json_decode($data['tax_data'], true) ?? []; @endphp @foreach ($taxData as $index => $tax) @endforeach @if(count($taxData) <= 0) @endif
{{ __('appointment.sr_no') }} {{ __('appointment.lbl_name') }} {{ __('appointment.tax') }}
{{ $index+1 }}
{{ $tax['title'] }}

@if( $tax['value'] ==null ) - @else @if($tax['type']=='fixed') {{ Currency::format($tax['value']) }} @else {{ $tax['value'] }}% @endif @endif

{{ __('appointment.no_tax_found') }}