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

Product List

@foreach (array_slice($fakers, 0, 9) as $faker) @endforeach
IMAGES PRODUCT NAME STOCK PRICE STATUS ACTIONS
Midone - HTML Admin Template
Midone - HTML Admin Template
Midone - HTML Admin Template
{{ $faker['products'][0]['name'] }}
{{ $faker['products'][0]['category'] }}
{{ $faker['stocks'][0] }} ${{ $faker['totals'][0] }}
{{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@endsection