@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')
{{--

Peacock

--}} @php $years = [ 2025 => 'active', 2024 => 'active', 2023 => 'active', 2022 => 'active', 2021 => 'active', 2020 => 'active', 2019 => 'active', 2018 => 'active', 2017 => 'active', ]; @endphp
@foreach ($thepeacock as $value) @endforeach
@endsection