@section('theme::title', __('seo.index')) @section('theme::content')

{{ __('index.latest-news') }}

@foreach($news as $newsData) @endforeach

{{ __('Media Station') }}

@foreach($mediaStationVideos as $video)
@endforeach
@endsection