@extends('layout') @section('metatitle', $metatitle) @section('metadescription', $metadescription ) @section('metakeywords', $metakeywords ) @section('content') @include('layouts._breadcrumb', array( "name" => $metatitle, 'breadcrumb1' => $metatitle ))
{{----}} {{--{{ $item->name }}--}} {{----}} {{----}}
@include('cmsitem._meta',array('data' => $item )) {!! $item->description !!}
@include('cmscategory._sidebar')
@endsection @section('header') @endsection @section('footer') @endsection