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

Product Grid

@foreach (array_slice($fakers, 0, 12) as $faker)
Midone - HTML Admin Template @if ($faker['true_false'][0]) Featured @endif
{{ $faker['products'][0]['name'] }} {{ $faker['products'][0]['category'] }}
Price: ${{ $faker['totals'][0] }}
Remaining Stock: {{ $faker['stocks'][0] }}
Status: {{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@endforeach
@endsection