@extends('layouts.head')
@section('content')
Today's Sale
£ {{$total_sale_price}} this month
Today's Profits
£ {{$total_sale_price - $total_cost_price}} this month
Today's Users
{{$MonthNewMembers}} new added this month.
Products
{{$MonthNewProduct}} new added this month.
Sales data.
Sr. No. | Order No. | Amount | Date | |
---|---|---|---|---|
{{ $counter++ }} |
{{$orders->id}} |
{{$orders->total_price}} | {{ $orders->created_at->format('d/m/y') }} | Order Details |