@extends('layouts.layout-inner') @section('content')

{{ isset($pageTitle) ? $pageTitle : 'Untitled' }}

<% news.created_at | dateToISO | date:'d' %>
<% news.created_at | dateToISO | date:'MMM yyyy' %>

<% news.title %>

No items to display.
@endsection