@extends('../layout/' . $layout) @section('subhead') Datatable - iOC @endsection @section('subcontent')

Datatable

@foreach (array_slice($fakers, 0, 10) as $faker) @endforeach
PRODUCT NAME IMAGES REMAINING STOCK STATUS ACTIONS
{{ $faker['products'][0]['name'] }}
{{ $faker['products'][0]['name'] }}
iOC
iOC
iOC
{{ $faker['stocks'][0] }}
{{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@endsection