@extends('AdminLte.template') @section('title') Reduce Pharmacy Bills @endsection @section('ExternalCss') @parent @endsection @section('Content')
Status | Net Taxable | SGST | CGST | Total |
{{ $tax['status'] == 'B' ? 'Before Adjustment' : 'After Adjustment' }} | {{ number_format($tax['net_taxable'], 2) }} | {{ number_format($tax['sgst_amt'], 2) }} | {{ number_format($tax['cgst_amt'], 2) }} | {{ number_format($tax['total'], 2) }} |
No of Bills |
@foreach($consideredBills as $bills) {{$bills->trn_type.$bills->trn_id. ", "}} @endforeach |