@extends('layouts.layoutapp') @section('content')
Invoice Id | Invoice Date | Total Selling Price | Total Margin Price | Curent Profit | Total Profit | Tax Amount | Action |
---|---|---|---|---|---|---|---|
{{$detail['invoice_id']}} | {{\Carbon\Carbon::parse($detail['invoice_date'])->format('d-m-Y')}} | ₹ {{ number_format($detail['total_selling_price'], 2) }} | ₹ {{ number_format($detail['total_margin_price'], 2) }} | ₹ {{ number_format($detail['current_profit'], 2) }} | ₹ {{ number_format($detail['total_profit'], 2) }} | ₹ {{ number_format($detail['tax_amount'], 2) }} |