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

Blog Layout

@foreach (array_slice($fakers, 0, 6) as $faker)
Midone - HTML Admin Template
{{ $faker['products'][0]['category'] }} {{ $faker['news'][0]['title'] }}
{{ $faker['news'][0]['short_content'] }}
Comments: {{ $faker['totals'][0] }}
Views: {{ $faker['totals'][1] }}k
Likes: {{ $faker['totals'][2] }}k
Midone - HTML Admin Template
@endforeach
@endsection