@extends('front.layouts.app') @section('css') @endsection @section('content')

{{$title}}

@foreach ($latest as $product)
@include('front.pages.blocks.product', ['description' => true])
@endforeach
@foreach ($best as $product)
@include('front.pages.blocks.product', ['description' => true])
@endforeach
@foreach ($top as $product)
@include('front.pages.blocks.product', ['description' => true])
@endforeach
{!! $latest->links() !!}
@endsection @section('js') @endsection