@extends('frontend.layouts.frontend_app') @section('content') @foreach($sliders as $key => $slider)}} @endforeach {{ __('pages.Previous') }} {{ __('pages.Next') }} @if(!empty(setting('offer_banner_first'))) @endif @if(!empty(setting('offer_banner_second'))) @endif {{ __('pages.Categories') }} {{ __('pages.All Categories') }} @foreach ($categories as $category) @if ($category->image) @else @endif @endforeach {{ __('pages.Latest Product') }} {{ __('pages.View More') }} @foreach ($latest_products as $lproduct) @include('frontend.components.product',['medicine' => $lproduct,'class' => '']) @endforeach @foreach ($categoy_products as $category) {{ $category->title }} @foreach (\App\Models\Ecommerce\ProductType::product($category->id,6) as $medicine) @include('frontend.components.product',['medicine' => $medicine,'class' => '']) @endforeach Show More {{ $category->title }} @if($category->banner) @endif @endforeach @endsection