@extends('layouts.app') @section('title','News & Insights | Conference Rentals Zambia') @section('content')

News & Insights

Company news, event stories and practical conference and event technology articles.

@foreach($posts as $post)
{{ $post->title }}
{{ optional($post->published_at)->format('d M Y') }}

{{ $post->title }}

{{ $post->excerpt }}

Read Article →
@endforeach
@endsection