@extends('../layout/' . $layout) @section('subhead') Seller List - Midone - Tailwind HTML Admin Template @endsection @section('subcontent')

Seller List

@foreach (array_slice($fakers, 0, 9) as $faker) @endforeach
SELLER STORE GENDER STATUS TOTAL PRODUCTS ACTIONS
Midone - HTML Admin Template
{{ $faker['users'][0]['name'] }}
{{ $faker['users'][0]['email'] }}
{{ ["Themeforest", "Codecanyon", "Graphicriver"][rand(0, 2)] }} {{ $faker['users'][0]['gender'] }}
{{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
{{ $faker['totals'][0] }} Items
@endsection