@php $locale = app()->getLocale(); @endphp @extends('welcome') @if($locale == "en") @section('title', 'Homepage') @else @section('title', 'হোমপেজ') @endif @section('content')

News & Media

@foreach ($news as $newss)
Blog Image
{{ $newss->title }}
Read More
@endforeach
@endsection