@extends('backend.layouts.app') @section('content') @php $route = Route::currentRouteName() == 'sellers.index' ? 'all_seller_route' : 'seller_rating_followers'; @endphp
| # | {{translate('Name')}} | {{translate('Phone')}} | {{translate('Email Address')}} | {{ translate('Num. of Products') }} | {{translate('Email Verification')}} | {{ translate('Status') }} | {{ translate('Commission') }} | {{translate('Options')}} |
|---|---|---|---|---|---|---|---|---|
| {{ ($key+1) + ($shops->currentPage() - 1)*$shops->perPage() }} |
{{ $shop->name }}
|
{{$shop->user->phone}} | {{$shop->user->email}} | {{ $shop->user->products->count() }} | @if($shop->user->email_verified_at != null) {{translate('Verified')}} @else {{translate('Unverified')}} @endif | @if($shop->user->banned) {{ translate('Ban') }} @else {{ translate('Regular') }} @endif |
%
|
|