@extends('layouts.public') @section('title', __('Media, News & Notices')) @section('meta_description', __('Tender notices, publications, events, media coverage and project stories from ABACO INFRA.')) @section('content')

{{ __('Type') }}

@foreach ($types as $key => $label) @endforeach
@include('public.partials.media-grid', ['items' => $items])
@endsection