@extends('../themes/' . $activeTheme . '/' . $activeLayout) @section('subhead') Seller List - Midone - Tailwind Admin Dashboard Template @endsection @section('subcontent')

Seller List

Add New Seller Print Export to Excel Export to PDF
SELLER STORE GENDER STATUS TOTAL PRODUCTS ACTIONS @foreach (array_slice($fakers, 0, 9) as $faker)
{{ $faker['users'][0]['name'] }}
{{ $faker['users'][0]['email'] }}
{{ ['Themeforest', 'Codecanyon', 'Graphicriver'][rand(0, 2)] }} {{ $faker['users'][0]['gender'] }}
$faker['true_false'][0], 'text-danger' => !$faker['true_false'][0], ])> {{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
{{ $faker['totals'][0] }} Items
@endforeach
... 1 2 3 ...
Are you sure?
Do you really want to delete these records?
This process cannot be undone.
Cancel Delete
@endsection