@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) @else @endif @endforeach @endif @foreach($categories as $category) {{$category->name}} {{$category->products->count()}} {{__('Items')}} @endforeach @include('front.partials.product') @if($articles->count() > 0) {{__('Our Latest')}} {{ __('News') }} @foreach($articles as $article) {{$article->name}} {{$article->description}} {{ __('Read More') }} @endforeach @endif @endsection @push('js') @endpush
{{$article->description}}