News & Updates

Explore Our Latest Articles

{{-- newsupdate cards --}} @foreach ($news as $new) @include('frontend.components.newsudpate.newscard', [ "title" => $new->title, "image" => $new->image, "date" => $new->created_at->format('M d, Y') // Formatting the date properly ]) @endforeach