@extends('master') @section('css') @endsection @section('content')

Welcome to the Press Centre

Quick search

Category

@{{ cat.title }}
@if ($extras) @foreach ($extras as $extra) {{-- $extra here is an PressRelease object --}}
{{ date('jS F',strtotime($extra->published_date)) }}

{{ $extra->title }}

{{ Str::limit(strip_tags($extra->content), 250) }}

@endforeach @endif
@endsection