@extends('../themes/' . $activeTheme . '/' . $activeLayout) @section('subhead')
Reviews - Midone - Tailwind Admin Dashboard Template
@endsection @section('subcontent')
Reviews
Status
Active
Removed
Showing 1 to 10 of 150 entries
Export to Excel
Export to PDF
Print
Export to Excel
Export to PDF
PRODUCT
NAME
RATING
POSTED TIME
STATUS
ACTIONS
@foreach (array_slice($fakers, 0, 9) as $faker)
{{ $faker['products'][0]['name'] }}
{{ $faker['users'][0]['name'] }}
(4.5+)
{{ $faker['formatted_times'][0] }}
$faker['true_false'][0], 'text-danger' => !$faker['true_false'][0], ])>
{{ $faker['true_false'][0] ? 'Active' : 'Removed' }}
View Details
@endforeach
...
1
2
3
...
10
25
35
50
@endsection