@extends('layouts.app') @section('title') {{$item->title}} @endsection @section('body')
{!!$item->description!!}
@foreach(json_decode($item->highlights)->body as $high)

{{$high->title}}

@endforeach
@endsection