@forelse ($blogs as $blog)
{{ time_elapsed_string(date('Y-m-d H:i', strtotime($blog->created_at))) }}
{{ $blog->{'title_' . App::getLocale()} }}

{{ $blog->{'description_' . App::getLocale()} }}

{{ trans('messages.Read more') }} @if (App::getLocale() == 'ar') @else @endif
@empty @endforelse