@extends('layouts.app') @section('site_title', 'IFFI Goa 2024 Press Releases | Latest Updates') @section('site_description', 'Stay updated with the latest press releases from IFFI Goa 2024. Get the newest announcements, news, and media coverage here.') @section('site_keywords', 'IFFI GOA Press Release, IFFI news update, IFFI announcements, official IFFI statements, Latest IFFI news, IFFI press coverage, IFFI media releases, IFFI event news') @section('content') @include('layouts.header') @include('layouts.menu')
@foreach ($press as $key => $value) @php $filename = basename($value->link); @endphp @endforeach

{{ $value->title }}

View
{{--
{{ $press->withQueryString()->links() }}
--}}
@endsection