@extends('layout.container') @section('title', $seo->title) @section('meta_tags', $seo->meta_tags) @section('meta_description', $seo->meta_description) @section('footer_js') @endsection @section('dynamicdata') Products Home {!! $category->heading !!} @foreach($categories as $index=>$record) slug == $category->slug) class="active" @endif >{!! $record->heading !!} @endforeach @foreach($products as $product) @if(file_exists('uploads/products/'.$product->attachment) && $product->attachment != '') @else @endif {!! $product->heading !!} {!! $product->short_description !!} - View More @endforeach {!! $products->render() !!} @stop
{!! $product->short_description !!}