@extends('backend.layouts.app') @section('content') @if (env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null) @endif @if (Auth::user()->user_type == 'admin' || in_array('1', json_decode(Auth::user()->staff->role->permissions)) || in_array('32', json_decode(Auth::user()->staff->role->permissions)))
| S.No. | Sender Name | Product Name | Receiver Name | Enquiry Type | Status |
|---|---|---|---|---|---|
No Invoice Received/CreateYou have not received/create any invoice yet. Click here to create Invoice |
|||||
No Recent ActivityNothing to see yet. Your dashboard activities will be appear here!! Click here to view Activities |
|||||
| S.No. | {{ translate('Name') }} | {{ translate('Added By') }} | {{ translate('Unique Number') }} | {{ translate('Category') }} | {{ translate('Options') }} |
|---|---|---|---|---|---|
| {{ $key2 }} |
@php
$imageCheck = explode(',', $product->photos);
$imageCheck = min($imageCheck);
@endphp
{{ $product->getTranslation('name') }}
|
{{ isset($product->user) ? $product->user->name : 'N/A' }} | {{ $product->unique_number ?? 'N/A' }} | {{ !empty($product->category) ? $product->category->name : 'N/A' }} |
| {{ $val['c_name'] }} | @if (!empty($val['amount'])) $ @endif {{ number_format($val['amount'] ?? '') }} | ||||
No Data Available |
|||||
| S.No. | Subscriber Name | Plan Name | Features | Status | Account Type/Role | Price | Discount Price | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $skey + 1 }} | {{--{{ $svalue->user->name ?? 'N/A' }} | --}}{{ ucfirst($svalue->user->name ?? 'N/A') }} |
@php
if (
isset($svalue->plan_detail->plan->icon) and
!empty($svalue->plan_detail->plan->icon)
) {
$urssl = url('public/' . $svalue->plan_detail->plan->icon);
} else {
$urssl = url('public/assets/img/no-plan.svg');
}
@endphp
|
{{ $svalue->totalActiveFeatures }} | {{ ucfirst($svalue->status ?? 'N/A') }} | {{ ucfirst($svalue->user->user_type ?? 'N/A') }} | ${{ $svalue->plan_detail->sale_price ?? '0' }} | ${{ $svalue->plan_detail->plan->discount_value ?? '0' }} | |
No Subscribers Yet.{{-- Click here to see all Products --}} |
|||||||||
| S.No. | {{ translate('Sender') }} | {{ translate('Enquiry Type') }} | {{ translate('Product') }} | {{ translate('Receiver') }} | {{ translate('Status') }} | @if (Auth::user()->user_type == 'admin'){{ translate('Option') }} | @endif
|---|---|---|---|---|---|---|
| {{ $key + 1 + ($enquiries->currentPage() - 1) * $enquiries->perPage() }} | {{ !empty($enquiry->enquiry_user->name) ? $enquiry->enquiry_user->name : 'N/A' }} | @if ($enquiry->enquiry_type) {{ ucfirst($enquiry->enquiry_type) }} @endif | {{ !empty($enquiry->product) ? $enquiry->product->getTranslation('name') : 'N/A' }} | @if ($enquiry->seller_user_id == \Auth::user()->id) {{ translate('You') }} @else {{ !empty($enquiry->seller->name) ? $enquiry->seller->name : 'N/A' }} @endif | {{ ucfirst($enquiry->status) }} | @if (Auth::user()->user_type == 'admin')@endif |
| S.No. | {{ translate('User') }} | {{ translate('Link') }} | {{ translate('Guest ?') }} | {{ translate('Viewer') }} |
|---|---|---|---|---|
| {{ $k }} | {{ $list->user->name ?? 'N/A' }} | {{ $list->slug ?? 'N/A' }} | {{ $list->is_guest ?? 'N/A' }} | {{ $list->view_count ?? 'N/A' }} |