@extends('front.app') @section('content')
banner banner
@include('front.banner_base')

Media Centre

@foreach($mediacentre as $blog)
Media Centre @if($blog->link != null) @endif

{{$blog->title}}

{{$blog->short_description}}
@endforeach
@endsection @section('page_js') @endsection