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

Reviews

@foreach (array_slice($fakers, 0, 9) as $faker) @endforeach
PRODUCT NAME RATING POSTED TIME STATUS ACTIONS
{{ $faker['users'][0]['name'] }}
(4.5+)
{{ $faker['formatted_times'][0] }}
{{ $faker['true_false'][0] ? 'Active' : 'Removed' }}
@endsection