@extends('layouts.app') @section('site_title', 'IFFI GOA Peacock Awards') @section('site_description', 'Stay updated with the latest pdfs of peacock awards.') @section('site_keywords', 'IFFI GOA Peacock Awards, IFFI peacock award, IFFI announcements') @section('content') @include('layouts.header') @include('layouts.menu') {{-- Inner Page Banner Section --}} {{--
@php $years = [ 2025 => 'active', 2024 => 'active', 2023 => 'active', 2022 => 'active', 2021 => 'active', 2019 => 'active', 2018 => 'active', 2017 => 'active', ]; @endphp
    @foreach ($years as $year => $value)
  • {{ $year }}
  • @endforeach
@foreach ($thepeacock as $value) @endforeach
--}} {{-- --}}
    @foreach (yearRange(2017) as $y)
  • {{ $y }}
  • @endforeach
@forelse ($thepeacock as $item) @empty
No records found for {{ $year ?? 'this' }}.
@endforelse
@endsection