@extends('layout.store_layout.master') @section('custom_css') @endsection @section('content')
@lang('admin.product') | @lang('admin.main_category') | @lang('admin.sub_category') | @lang('admin.quantity') | @lang('admin.price') | @lang('admin.created_date') | @lang('admin.status') | @lang('admin.reservation_feature') | @lang('admin.hide_product') |
---|---|---|---|---|---|---|---|---|
{{$product->mainCategory?$product->mainCategory->name:'-'}} | {{$product->subCategory?$product->subCategory->name:'-'}} | @if(!$product->is_limited) ∞ @else {!! $product->qty > 0?$product->qty:'نفذت الكمية'!!} @endif | @if($product->has_discount && $product->discount_price != $product->price) {{$product->price}} {{$product->discount_price}} {{getStoreDefaultCurrency()}}@else {{$product->price}} {{getStoreDefaultCurrency()}}@endif | {{\Carbon\Carbon::parse($product->created_at)->toDateString()}} | @if($product->status == 1) @lang('general.enabled') @else @lang('general.disabled') @endif | @if($product->can_reserve == 1) @lang('general.enabled') @else @lang('general.disabled') @endif | @if($product->hide_on_empty == 1) @lang('general.enabled') @else @lang('general.disabled') @endif | |
لا يوجد بيانات لعرضها |
الموديل | قسم التفصيل | عدد الطلبات | تاريخ الانشاء | الحالة |
---|---|---|---|---|
{{$item->tailorCategory->name}} | {{$item->total}} | {{getFormattedTime($item->created_at)}} | @if($item->status == 1) @lang('general.enabled') @else @lang('general.disabled') @endif | |
لا يوجد بيانات لعرضها |
العميل | المبلغ |
---|---|
{{number_format($item->total_spent,2)}} {{getStoreDefaultCurrency()}} | |
لا يوجد بيانات لعرضها |
العميل | عدد الطلبات |
---|---|
{{$item->total_orders}} | |
لا يوجد بيانات لعرضها |
@lang('admin.delegate') | @lang('admin.email') | @lang('admin.mobile') | @lang('admin.city') | @lang('admin.orders_number') | @lang('admin.rate') | @lang('admin.created_date') |
---|---|---|---|---|---|---|
{{$item->email}} | {{$item->full_mobile}} | {{($item->city->name)}} | {{($item->total_orders)}} | {{number_format($item->weighted_average_rate,2)}} | {{getFormattedTime($item->created_at)}} | |
لا يوجد بيانات لعرضها |
المنتج | الكمية المباعة |
---|---|
{{$product->sold_quantity}} | |
لا يوجد بيانات لعرضها |
المنتج | عدد الطلبات |
---|---|
{{$product->purchase_count}} | |
لا يوجد بيانات لعرضها |