@extends('frontEnd.layouts.master') @section('title', 'Home') @push('seo') @endpush @push('css') @endpush @section('content') @foreach ($sliders as $key => $value) @endforeach Top Categories @foreach ($menucategories as $key => $value) {{ $value->name }} @endforeach Hot Deal @foreach ($hotdeal_top as $key => $value) @endforeach Home Products @foreach($pageproducts as $product) @endforeach @if($currentPage > 1) « Previous @else « Previous @endif @if($currentPage < $lastPage) Next » @else Next » @endif @endsection @push('script') @endpush