@extends('backend.layouts.app') @section('content') @if(env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
Here's what's happening with your portal today.
Total Listing
Total Offer Listing
Total Demand Listing
All Vendors
Orders
Earnings
Refunds
Conversation Ratio
Canada 75%
Greenland 47%
Russia 82%
|
@if ($vendor->country != null)
{{ $vendor->name }}{{ date("d M Y", strtotime($vendor->created_at)) }} |
{{ $vendor->email }}Email |
{{ $vendor->listings->count() }}Listings |
{{ $vendor->bs_domains->count() }}Business Domains |
| Listing ID | Vendor Name | Listing Type | Added By | Added At |
|---|---|---|---|---|
| {{ $listing->list_id ?? 'N/A' }} |
{{ $listing->vendor == null ? $listing->vendor : $listing->vendor->name }}
|
@if($listing->listing_type == 'demand') {{ucfirst( $listing->listing_type) }} @elseif($listing->listing_type == 'offer') {{ ucfirst($listing->listing_type) }} @else {{ ucfirst($listing->listing_type) }} @endif | {{ ucfirst($listing->created_by) }} | {{ date('F d, Y', strtotime($listing->updated_at)) }} |