@if ($blogs->isNotEmpty())

{{ __('website.latest_articles') }}

@foreach ($sections as $section) @if ($section->key == 'blogs')

{!! $section->short_desc !!}

@endif @endforeach
@foreach ($blogs as $blog)
first?'':'data-aos-delay="intdiv($loop->iteration - 1, 2) * 100 + 100"'}}>
{{$blog->name}}

{{$blog->name}}

{{$blog->short_desc}}

{{__('website.read_more')}}
@endforeach
@endif