@extends('web_theme::layout.main') @section('title', 'Latest News | El DiDi Group') @section('meta_description', 'Read the latest news and updates from El DiDi Group, covering our projects, partnerships, and industry insights.') @section('content')

News



@foreach ($news as $item)
{{ $item->title}}
@endforeach
@endsection @section('pageScripts') @endsection