@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 : '' }} | @if ($merchant_order->product_type == 'tour') {{ $merchant_order->tours?->title }} @elseif ($merchant_order->product_type == 'hotel') {{ $merchant_order->hotels?->title }} @elseif ($merchant_order->product_type == 'activities') {{ $merchant_order->activities?->title }} @elseif ($merchant_order->product_type == 'transports') {{ $merchant_order->transports?->title }} @endif | {{ currency_symbol() . $merchant_order->total_with_tax }} | @if ($merchant_order->status == 1) @elseif($merchant_order->status == 2) @elseif($merchant_order->status == 3) @elseif($merchant_order->status == 4) @endif | |
| {{ translate('Data not found') }} | ||||||
| {{ translate('S.N') }} | {{ translate('Image') }} | {{ translate('Name') }} | {{ translate('Price') }} | {{ translate('Status') }} | {{ translate('Option') }} |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if (!empty($tour->features_image))
@endif
|
{{ $tour->getTranslation('title') }} | {{ currency_symbol() }}{{ $tour->sale_price ?? $tour->price }} |
status == 1 ? 'checked' : '' }}>
|
|
{{ translate('No Data Found') }} |
|||||
| {{ translate('S.N') }} | {{ translate('Image') }} | {{ translate('Name') }} | {{ translate('Price') }} | {{ translate('Status') }} | {{ translate('Option') }} |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if (!empty($hotel->feature_img))
@endif
|
{{ $hotel->getTranslation('title') }} | {{ currency_symbol() }}{{ $hotel->price }} |
status == 1 ? 'checked' : '' }}>
|
|
{{ translate('No Data Found') }} |
|||||
| {{ translate('S.N') }} | {{ translate('Image') }} | {{ translate('Name') }} | {{ translate('Price') }} | {{ translate('Status') }} | {{ translate('Option') }} |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if (!empty($activity->feature_img))
@endif
|
{{ $activity->getTranslation('title') }} | {{ currency_symbol() }}{{ $activity->sale_price ?? $activity->price }} |
status == 1 ? 'checked' : '' }}>
|
|
{{ translate('No Data Found') }} |
|||||
| {{ translate('S.N') }} | {{ translate('Image') }} | {{ translate('Name') }} | {{ translate('Price') }} | {{ translate('Status') }} | {{ translate('Option') }} | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if (!empty($transport->feature_img))
@endif
|
{{ $transport->getTranslation('title') }} | @if($transport->car_sale_price) |
status == 1 ? 'checked' : '' }}>
|
|||||
{{ translate('No Data Found') }} |
|||||||||