@extends('layouts.app') @section('title') {{$item->name}} @endsection @section('body')
{{date('d F Y',strtotime($item->date))}}

{{$item->name}}

{!!$item->intro!!}
@endsection