@extends('backend.layouts.master') @section('section-title', 'Report') @section('page-title', 'Sale Report') @push('css') @endpush @section('content')
| SL. | Date | Invoice No | Product | Quantity | Unit Price | Sub Total | Sale By | Discount | Total |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ date('m-d-Y', strtotime($data->date)) }} | {{ $data->invoice_no }} |
@foreach ($items as $item)
|
@foreach ($items as $item)
|
@foreach ($items as $item)
|
{{ number_format($data->estimated_amount, 2) }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | {{ $data->user->name }} | {{ number_format($data->discount_amount, 2) }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | {{ number_format($data->total_amount, 2) }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} |
| No Data Found | |||||||||
| Total Price: | {{number_format($sub_total,2)}} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||||||||