@extends('admin.master') @section('title', 'Dashboard') @section('style_links') @endsection @section('contents')
| Emp. Name | Design. | T. S.In Qty | T. S.Out Qty | T. Purchased({{$settings->currency_symbol}}) | T. Sold({{$settings->currency_symbol}}) |
|---|
| Date | Inv No | Ship to | T. Qty | T. Amount({{$settings->currency_symbol}}) | Sold By |
|---|---|---|---|---|---|
| {{ $sales_invoice->sales_date }} | {{ $sales_invoice->inv_no }} | {{ $sales_invoice->ship_to }} | {{ $sales_invoice->total_qty }} | {{ number_format($sales_invoice->totalAmount,2) }} | {{ $sales_invoice->sold_by }} |
| No data found!! | |||||
| Date | Inv No | Customer Details | T. Qty | T. Amount({{$settings->currency_symbol}}) | Sold By |
|---|---|---|---|---|---|
| {{ $local_invoice->sales_date }} | {{ $local_invoice->inv_no }} | {{ $local_invoice->ship_to }} | {{ $local_invoice->total_qty }} | {{ number_format($local_invoice->totalAmount,2) }} | {{ $local_invoice->sold_by }} |
| No data found!! | |||||
| Date | Title | Ref. File | Amount({{$settings->currency_symbol}}) | Action By | |
|---|---|---|---|---|---|
| {{ $statement->s_date }} | {{ $statement->title }} | Download file | {{ number_format($statement->amount,2) }} | {{ $statement->action_by }} | |
| No data found!! | |||||
| Date | Name | Type | T. Qty | T. Amount({{$settings->currency_symbol}}) | Sold By |
|---|---|---|---|---|---|
| {{ $sold_product->sales_date }} | {{ $sold_product->item_name }} | @if($sold_product->type == "Cars") {{ $sold_product->type }} @else {{ $sold_product->type }} @endif | {{ $sold_product->qty }} | {{ number_format($sold_product->total,2) }} | {{ $sold_product->sold_by }} |
| No data found!! | |||||
| Date | Name | Type | T. Qty | T. Amount({{$settings->currency_symbol}}) | Stockin By |
|---|---|---|---|---|---|
| {{ $stockin->stockin_date }} | {{ $stockin->item_name }} | @if($stockin->type == "Cars") {{ $stockin->type }} @else {{ $stockin->type }} @endif | {{ $stockin->qty }} | {{ number_format($stockin->total,2) }} | {{ $stockin->stockin_by }} |
| No data found!! | |||||
| Name | Designation | Phone | Address | ||
|---|---|---|---|---|---|
| {{ $employee->emp_name }} | {{ $employee->emp_designation }} | {{ $employee->emp_phone }} | {{ $employee->emp_email }} | {{ $employee->emp_address }} | |
| No data found!! | |||||