@extends('frontend.layouts.app') @section('content')
List of Winner
@foreach ($club_data as $element) @endforeach
Serial Name Date File
{{ $loop->iteration }} {{ $element->title }} {{ date('d M Y',strtotime($element->from_date)) }} @if ($element->attachment_url) View Detail @else No Attachment Found @endif
@endsection