{{translate('Wellcome back')}}, {{auth_user()->name}}
{{translate('Tasks to be done!')}}
{{short_amount(Arr::get($data,'total_payment',0))}}
{{translate("Total Earnings")}}
{{translate('View All')}}{{short_amount(Arr::get($data,'subscription_earning',0))}}
{{translate("Subscription Payment")}}
{{translate('View All')}}{{short_amount(Arr::get($data,'order_payment',0))}}
{{translate("Order Payment")}}
{{translate('View All')}}{{short_amount(Arr::get($data,'total_withdraw',0))}}
{{translate("Withdraw Amount")}}
{{translate('View All')}}{{Arr::get($data,'physical_product',0)}}
{{translate("Inhouse Products")}}
{{translate('View All')}}{{translate('Monthly Order Insight')}}
{{translate("Latest Orders")}}
{{translate( "Order ID" )}} | {{translate('Qty')}} | {{translate('Time')}} | {{translate('Customer Info')}} | {{translate('Amount')}} | {{translate('Delivery')}} | {{translate('Action')}} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$order->order_id}} |
{{$order->qty}} |
{{diff_for_humans($order->created_at)}} {{get_date_time($order->created_at)}} |
@if($order->customer_id) {{@$order->customer->name ?? $order->customer->email}} @else {{@$order->billingAddress ? @$order->billingAddress->email : @$order->billing_information->email ?? 'N/A'}} @endif |
{{(short_amount($order->amount))}}
@php echo order_payment_status($order->payment_status) @endphp |
@php echo order_status_badge($order->status) @endphp | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@include('admin.partials.not_found') |
{{translate('Best Selling Products')}}
{{translate('Product')}} | {{translate('Categories - Sold Item')}} | {{translate('Info')}} | {{translate('Top Item - Todays Deal')}} | {{translate('Time - Status')}} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{limit_words($inhouseProduct->name,2)}}
|
{{(@get_translation($inhouseProduct->category->name))}}
{{translate('Total Sold')}} : {{$inhouseProduct->order->count()}} |
{{translate('Regular Price')}} : {{(short_amount($inhouseProduct->price))}} {{translate('Discount Price')}} : {{(short_amount($inhouseProduct->discount))}} |
{{($inhouseProduct->top_status==1?'No':'Yes')}} {{($inhouseProduct->featured_status==1?'No':'Yes')}} |
{{get_date_time($inhouseProduct->created_at, 'd M Y')}} @php echo product_status($inhouseProduct->status) @endphp |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@include('admin.partials.not_found') |
{{translate("Top Category")}}
-
@forelse (Arr::get($data,'top_categories') as $category )
-
{{@get_translation($category->name)}}
{{diff_for_humans($category->created_at)}}{{$category->product_count}}
@empty
- @include('admin.partials.not_found') @endforelse
{{translate('Orders Insight')}}
{{Arr::get($data,'inhouse_order',0) + Arr::get($data,'digital_order',0) }}
{{translate("Total Orders")}}
{{Arr::get($data,'inhouse_order',0)}}
{{translate("Physical Orders")}}
{{Arr::get($data,'digital_order',0)}}
{{translate("Digital Orders")}}
{{translate("Product Insight")}}
{{Arr::get($data,'physical_product',0) + Arr::get($data,'digital_product',0) }}
{{translate("Total Product")}}
{{Arr::get($data,'physical_product',0)}}
{{translate("Inhouse Product")}}
{{Arr::get($data,'digital_product',0)}}
{{translate("Digital Product")}}
{{translate("Latest Transactions")}}
{{translate('Date')}} | {{translate('Customer/Selller')}} | {{translate('Transaction ID')}} | {{translate('Amount')}} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{diff_for_humans($transaction->created_at)}}
{{get_date_time($transaction->created_at)}} |
@if($transaction->user_id)
{{@$transaction->user->name}} {{(@$transaction->user->email)}} |
@elseif($transaction->seller_id)
{{@$transaction->seller? @$transaction->seller->name : 'N/A'}} {{(@$transaction->seller->email)}} |
@else
{{ @$transaction->guest_user->email ?? 'Guest User'}} | @endif{{(@$transaction->transaction_number)}} | {{$transaction->transaction_type == "+" ? '+' : '-'}} {{show_amount($transaction->amount,default_currency()->symbol) }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@include('admin.partials.not_found') |