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

Product Grid

Add New Product Print Export to Excel Export to PDF
@foreach (array_slice($fakers, 0, 12) as $faker)
Midone - Tailwind Admin Dashboard 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
... 1 2 3 ...
Are you sure?
Do you really want to delete these records?
This process cannot be undone.
Cancel Delete
@endsection