@extends('layouts.app') @section('title', 'Media & News - Redsom Group') @section('content')

Media & News

Latest updates from Redsom Group

All Categories @foreach(['energy', 'it', 'electronics', 'news'] as $cat) {{ ucfirst($cat) }} @endforeach
@if($posts->count() > 0)
{{ $posts->links() }}
@else

No posts found.

@endif
@endsection