@if (LaravelLocalization::getCurrentLocale() == 'ar')
{{ $blog->title_ar }}@else{{$blog->title}}
@endif
@if (LaravelLocalization::getCurrentLocale() == 'ar')
{{ $blog->sub_title_ar }}@else{{$blog->sub_title}}
@endif
{{$blog->created_at->format('y-M-d')}}|