@extends('Reports.template') @section('title') {{__('Bill Wise GST Breakup')}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
|
@if($businessEntityMasterData[0]->logo != null)
|
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__($stockTitle)}} | {{__('As on')}}: {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||
| {{__('Bill No')}} | {{__('Bill Date')}} | Patient | {{__('Taxable Amt')}} | {{__('GST')}} % | {{__('CGST Amt')}} | {{__('SGST Amt')}} | {{__('Total')}} | ||||||||
| {{$billNo}} | {{\Helper::getDisplayDate($billDate)}} | {{$patOrCustDetail}} | {{\Helper::customAmountFormat($bill->taxable_amt)}} | {{$bill->gst_percentage}} | {{\Helper::customAmountFormat($bill->cgst_value)}} | {{\Helper::customAmountFormat($bill->sgst_value)}} | {{\Helper::customAmountFormat($netTotal)}} | ||||||||
| {{__('Total')}} | {{\Helper::customAmountFormat($finalTaxableAmt)}} | {{\Helper::customAmountFormat($finalCgstAmt)}} | {{\Helper::customAmountFormat($finalSgstAmt)}} | {{\Helper::customAmountFormat($finalTotal)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||