{{$JobPost_count}}
Ads
{{$client_count}}
Clients
{{$order_count}}
Orders
{{$offer_count}}
Offers
22%
Total Growth
@foreach($users as $user)
@endforeach
@endforeach
{{ $monthlySales }}
{{--+3% Since Last Week
--}}{{ $weeklySales }}
{{--+4% Since Last Month
--}}{{ $dailySales }}
{{--+4% Since Tomorrow
--}}Product ID | Product | Amount | Date | Status |
---|---|---|---|---|
{{$order->product->id}} | {{$order->product->ad_title}} | {{$order->product->price}} | {{ \Carbon\Carbon::parse($order->product->created_at)->format('d/m/Y')}} | @if($order->status == 'Shipped') Shipped @elseif($order->status == 'Delivered') Delivered @else Order Placed @endif |
{{-- --}}
{{-- --}}