Bill
tax_type == 2) value="{{$wtvat = round($booking_info->bill_amount,2)}}" @else value="{{$wtvat = round(($booking_info->bill_amount*100)/(100+$booking_info->tax_percent),2)}}" @endif @endif readonly />
{{-- @php echo $wtvat; exit()@endphp --}}
tax_type == 2) value="{{$vat = round($booking_info->tax_percent*($booking_info->bill_amount/100),2)}}" @else value="{{$vat = round($booking_info->bill_amount - $wtvat,2)}}" @endif readonly />
Recv.Info
@include("frontdesk.share.fd_form_bank")