@php
$blogs = [
[
'img' => 'images/blogs/blog01.jpg',
'title' => '2nd WUSF Silambam Asian Championship 2025',
'date' => 'May 17, 2025',
'desc' => 'The 2nd WUSF SILAMBAM ASIAN CHAMPIONSHIP 2025 is organized by the World Union Silambam Federation (WUSF) and will take place on Saturday, May 17, and Sunday, May 18.',
],
[
'img' => 'images/blogs/south-asian-championship.jpg',
'title' => 'WUSF Asian Championship 2025',
'date' => 'Jan 25, 2025',
'desc' => 'The WUSF Asian Championship 2025, a celebration of physical ability, teamwork, and cross-cultural interaction, is something we are excited to announce.',
],
[
'img' => 'images/blogs/1st-asian-championship.jpg',
'title' => 'WUSF Asian Championship 2024',
'date' => 'May 17, 2024',
'desc' => 'We are thrilled to announce the WUSF Asian Championship 2024, a celebration of athleticism, teamwork, and cultural exchange.',
],
[
'img' => 'images/blogs/1st-world-championship.jpg',
'title' => 'World Union Silambam Federation(WUSF)',
'date' => 'May 12, 2023',
'desc' => 'WUSF SILAMBAM WORLD CHAMPIONSHIP 2023, which will be held on May 12th,13th and 14th (Friday, Saturday, Sunday).',
],
[
'img' => 'images/blogs/wusf-zonal.jpg',
'title' => 'WUSF Zonal Championship',
'date' => 'Aug 21, 2022',
'desc' => 'Mega Silambam Zonal Match For Tamilnadu is going to be held On Multiple Place Separate Match For Zone To Zone',
],
[
'img' => 'images/blogs/wusf-national-championship.jpg',
'title' => 'WUSF National Championship',
'date' => 'Oct 22, 2021',
'desc' => 'World Union Silambam Federation National championship Boys and Girls big cash price at Visakapattinam',
],
];
@endphp
@foreach($blogs as $blog)
{{ $blog['date'] }}
@endforeach