@extends('layouts.app') @section('header')
| GSTIN: {{ \Config::get('formdata.gst') }} |
| Pharmacy Information |
| Pharmacy Date: {{ date('d-m-Y', strtotime($sales_details->created_at)) }} |
| Pharmacy Id: {{ $sales_details->code }} |
| Pharmacy Information : | |
| Pharmacy Date : | {{ date('d-m-Y', strtotime($sales_details->created_at)) }} |
|---|---|
| Pharmacy Id : | {{ $sales_details->code }} |
| Stock Catagory | Name | MRP | Unit Price | No.of.Units | GST | Total |
|---|---|---|---|---|---|---|
| {{ $list->category_name }} | {!! wordwrap($list->stock->stock_name,15," ",true) !!} |
{{ $list->selling_cost }} | {{ $list->purchase_cost }} | {{ $list->sales_quantity }} | {{ $list->gst }} | {{ $list->sub_total }} | @if($list->gst > 0) @php $sub_total += $list->sub_total; $taxable_amount += ($list->purchase_cost * $list->sales_quantity); @endphp @endif
| Taxable Amount | IGST | CGST | SGST | Kerala Flood cess @1% |
|---|---|---|---|---|
| {{ number_format($taxable_amount,2) }} | 0.0 | {{ number_format($tax_total/2,2) }} | {{ number_format($tax_total/2,2) }} | {{ $sales_details->cess }} |
| Pharmacy total : | {{ $sales_details->sales_total }} |
|---|---|
| Discount ( {{ $sales_details->discount_percent }}% ) : | {{ $sales_details->discount_amount }} |
| Taxable : | {{ number_format($taxable_amount,2) }} |
| Tax : | {{ $tax_total }} |
| Kerala Flood cess @1% | {{ $sales_details->cess }} |
| Rounded Off Amount : | {{ $sales_details->round_off_amount }} |
Grand Total : |
{{ $sales_details->grand_total }} |
{{ \Config::get('formdata.phymacy_tc') }}