@extends('landing::layouts.web.master') @section('title') {{ __('Blog') }} @endsection @section('main_content') {{-- Banner Code Start --}}
{{ formatted_date($blog->updated_at) }}
{{ $blog->descriptions }}
{{ __('Your email address will not be published') }}*
{{ formatted_date($blog->updated_at) }}
{{ Str::limit($blog->title, 60, '...') }}
{{ __('Read More') }} >
{{ $comments->count() }} {{ __('Comment') }}
@foreach ($comments as $comment)
{{ $comment->name }}
{{ $comment->updated_at->format('F d, Y \a\t g:i a') }}
{{ $comment->comment }}