@extends('front.layouts.app') @push('title',Cache::get('homepage_title',__('Homepage'))) @push('css') @if($sliders->count() > 0) @endif @endpush @section('content')
@if($sliders->count() > 0)
@foreach($sliders as $slider)
@if($slider->url) Slider @else Slider @endif
@endforeach
@endif
@foreach($categories as $category)
{{$category->name}}
{{$category->name}} {{$category->products->count()}} {{__('Items')}}
@endforeach
@include('front.partials.product')
@if($articles->count() > 0)

{{__('Our Latest')}} {{ __('News') }}

@foreach($articles as $article) @endforeach
@endif @endsection @push('js') @endpush