| Seller ID @if($sortBy === 'seller_id') {!! $sortDir === 'asc' ? $sortIconAsc : $sortIcon !!} @endif | Name @if($sortBy === 'name') {!! $sortDir === 'asc' ? $sortIconAsc : $sortIcon !!} @endif | Contact | QR Codes @if($sortBy === 'qr_codes_count') {!! $sortDir === 'asc' ? $sortIconAsc : $sortIcon !!} @endif | Status @if($sortBy === 'status') {!! $sortDir === 'asc' ? $sortIconAsc : $sortIcon !!} @endif | Created @if($sortBy === 'created_at') {!! $sortDir === 'asc' ? $sortIconAsc : $sortIcon !!} @endif | Actions |
|---|---|---|---|---|---|---|
|
{{ $seller->seller_id }}
|
{{ $seller->name }}
|
@if($seller->email)
{{ $seller->email }}
@endif
@if($seller->phone)
{{ $seller->phone }}
@endif
|
{{ number_format($seller->qr_codes_count) }} | @if($seller->status === 'active') Active @else Inactive @endif | {{ $seller->created_at->format('M d, Y') }} | View Edit |