@extends('layout') @section('metatitle', $metatitle) @section('metadescription', $metadescription ) @section('metakeywords', $metakeywords ) @section('content') @include('layouts._breadcrumb', array( "name" => $metatitle, 'breadcrumb1' => $metatitle ))
@foreach($datas as $data)
@include('cmsitem._meta',array('data' => $data )) {{ $item->name }}

{!! substr( strip_tags( $data->description ), 0 , 300) !!} ... mai multe detalii

@endforeach
@include('cmscategory._sidebar')
@endsection @section('header') @endsection @section('footer') @endsection