@extends('frontend.layouts.main') @section('main-container')
{{--
--}}
{{--
--}}
{{--
--}}
{{--
@foreach ($cameras as $camera)
{{ $camera->product_name }}
@endforeach
--}} {{--
CASON CN50 4K 60fps HD
24MP Action Camera
View Details
Digitek GoCAM DAC-101 5K
30FPS 48MP WiFi Ultra HD
View Details
CASON CN50 4K 60fps HD
24MP Action Camera
View Details
CASON CN50 4K 60fps HD
24MP Action Camera
View Details
CASON CN50 4K 60fps HD
24MP Action Camera
View Details
--}}
Interactive Flat Panel
India’s leading
interactive display for
education & corporatestate
@foreach ($categories as $item)
{{$item->title}}
@endforeach
{{--
Product list
({{ $products->total() }})
Search by Category
@foreach ($categories as $item)
slug ? 'selected' : '' }}> {{ $item->title }}
@endforeach
Search
--}}
@foreach ($products as $product)
{{ $product->product_name }}
View Detail
@endforeach
@if ($products->currentPage() > 1)
« Previous
@endif @for ($i = max(1, $products->currentPage() - 2); $i <= min($products->currentPage() + 2, $products->lastPage()); $i++)
{{ $i }}
@endfor @if ($products->currentPage() < $products->lastPage())
Next »
@endif
@endsection