@extends('backend.layouts.master') @section('content')
@endif
{{ '@' . $merchantSingle->username }}
{{ translate('Joined At') }} {{ date('d F, Y', strtotime($merchantSingle->created_at)) }}{{ $merchantSingle->email }}
{{ $merchantSingle->phone }}
 }})
{{ $merchantSingle->states->name ?? '' }}
{{ $merchantSingle->cities->name ?? '' }}
{{ $merchantSingle->zip_code }}
{{ $merchantSingle->address ?? '' }}
| {{ translate('Order Number') }} | {{ translate('Date') }} | {{ translate('Customer Name') }} | {{ translate('Product') }} | {{ translate('Type') }} | {{ translate('Amount') }} | {{ translate('Status') }} |
|---|---|---|---|---|---|---|
| {{ $merchant_order->order_number }} | {{ dateFormat($merchant_order->created_at) }} | {{ $merchant_order->users->fname ? $merchant_order->users->fname . ' ' . $merchant_order->users->lname : '' }} | {{ $merchant_order->products->name }} | @if ($merchant_order->type == 2) @else @endif | {{ currency_symbol() . $merchant_order->amount }} | @if ($merchant_order->status == 1) @elseif($merchant_order->status == 2) @elseif($merchant_order->status == 3) @elseif($merchant_order->status == 7) @elseif($merchant_order->status == 4) @elseif($merchant_order->status == 5) @elseif($merchant_order->status == 6) @endif |
| {{ translate('Data not found') }} | ||||||
| {{ translate('S.N') }} | {{ translate('Image') }} | {{ translate('Name') }} | {{ translate('Type') }} | {{ translate('Price') }} | {{ translate('Status') }} | {{ translate('Option') }} | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if (!empty($product->features_image))
@endif
|
{{ $product->getTranslation('name') }} | @if ($product->sale_type == 1) @else @endif | {{ currency_symbol() }}@if ($product->sale_type == 1) {{ $product->min_bid_price }}@else{{ $product->sale_price ?? $product->price }} @endif |
sale_type == 1 && $product->status == 5 ? 'disabled' : '' }}
{{ $product->status == 1 ? 'checked' : '' }}>
|
||||
{{ translate('No Data Found') }} |
|||||||||