@if(count($blogs)>0)
icon @lang('home.News & Article')

@lang('home.Read Our Latest News')

@lang('home.Our mission is to provide you with valuable insights')

@foreach ($blogs as $blog)
{{$blog->alt_img}}
{{$blog->Blogcat->{'name_'.$lang} }}
{{--

{{ \Carbon\Carbon::parse($blog->date)->format('F j, Y') }}

{{$blog->writers->name ?? ''}}

--}}
{{$blog->{'name_'.$lang} }}
@endforeach
{{--

{{__('home.current')}} {{__('home.news')}}

--}} @endif