@extends('layouts.app') @section('content')
Related Articles
@foreach ($items as $item)

{{ $item->get_title() }}

{!! $item->get_description() !!}

Posted on {{ $item->get_date('j F Y | g:i a') }}

@endforeach @endsection