{{ __('By') }} {{ isset($blog->user) && !empty($blog->user->name) ? $blog->user->name : __('Guest Author')}} {{__('on')}} {{ formatDateTime($blog->created_at) }}
{{ trimWords($blog->summary, 120) }}
@extends('site.layouts.app') @section('page_title', __('Blog list')) @section('seo') @endsection @section('content') @if (count($blogs) >= 1)
{{ __('By') }} {{ isset($blog->user) && !empty($blog->user->name) ? $blog->user->name : __('Guest Author')}} {{__('on')}} {{ formatDateTime($blog->created_at) }}
{{ trimWords($blog->summary, 120) }}
{{ __('We’re sorry!') }}
{{ __('Blog post are not available') }}