@extends('frontend.layouts.app') @section('content') {{ translate('All Preorder Products') }} {{ translate('Home') }} "{{ translate('All Preorder Products') }}" @foreach ($products as $product) @include('preorder.frontend.product_box',['product' => $product]) @endforeach {{ $products->links() }} @endsection