@if($charge)
|
|
- |
{{ $charge ?? '0.00' }} |
- |
{{ $charge ?? '0.00' }}
|
@else
@if( $blank_invoice_for_cancel_charge == 0 )
@if(empty($hasinvoice))
|
|
{{ $appointmentType->code }} |
{{ $appointmentType->fee }} |
1 |
{{$appointmentType->fee}}
|
|
@endif
@if(isset($invioceproduct))
@foreach($invioceproduct as $ip)
|
|
{{$ip->notes_product_name->product_code ?? ''}} |
{{$ip->price ?? ''}} |
{{$ip->quantity ?? ''}} |
{{number_format(($ip->quantity * $ip->price),2) ?? ''}}
|
|
@endforeach
@endif
@endif
@endif