@extends('layouts.app') @section('content')
@foreach($records as $record)

{{$record->title}}

{!! html_entity_decode($record->body) !!}

@endforeach
@endsection