@extends('layout') @section('metatitle', $item->name) @section('metadescription', $item->metadescription ) @section('metakeywords', $item->metakeywords ) @section('content')

{{ $item->name }}

{!! $item->description !!}
@endsection @section('header') @endsection @section('footer') @endsection