@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('blog-single-image') }}

{!! clean(Str::limit(langConverter($blog->en_Description_One, $blog->fr_Description_One), 205)) !!}

{{ \Carbon\Carbon::parse($blog->created_at)->diffForHumans() }}
by {{ $blog->author->name }}
{!! langConverter($blog->en_Description_Two, $blog->fr_Description_Two) !!}
{{-- @if($comment > 0)

{{ $comment }} {{ __('Comments') }}

    @if ($blog) @foreach ($blog->comments as $comment)
  • comments-author

    {{ $comment->Name }}

    {{ __('Reply') }}

    {{ $comment->Comment }}

    {{ \Carbon\Carbon::parse($comment->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($comment->created_at)->format('H:i') }} |
    @if (isset($comment->replies[0])) @foreach ($comment->replies as $reply)
    • comments-author

      {{ $reply->Name }}

      {{ $reply->Comment }}

      {{ \Carbon\Carbon::parse($reply->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($reply->created_at)->format('H:i') }} |
    @endforeach @endif
  • @endforeach @endif
@endif

{{ __('Leave a comment') }}

@csrf
@if (Auth::user()) @else
@endif
--}} {{--
{{ __('blog-single-image') }}
  • {{ \Carbon\Carbon::parse($blog->created_at)->format('F j, Y') }}

{!! clean(Str::limit(langConverter($blog->en_Description_One, $blog->fr_Description_One), 205)) !!}

--}} {{--
--}} {{--
--}} {{--
{!! langConverter($blog->en_Description_Two, $blog->fr_Description_Two) !!} --}} {{--

{{ $comment }} {{ __('COMMENTS') }}

    @if ($blog) @foreach ($blog->comments as $comment)
  • comments-author

    {{ $comment->Name }}

    {{ \Carbon\Carbon::parse($comment->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($comment->created_at)->format('H:i') }} |

    {{ $comment->Comment }}

    {{ __('Reply') }} @if (isset($comment->replies[0])) @foreach ($comment->replies as $reply)
    • comments-author

      {{ $reply->Name }}

      {{ \Carbon\Carbon::parse($reply->created_at)->format('d M Y') . ' at ' . \Carbon\Carbon::parse($reply->created_at)->format('H:i') }} |

      {{ $reply->Comment }}

    @endforeach @endif
  • @endforeach @endif
--}} {{--

{{ __('Leave a comment') }}

@csrf
@if (Auth::user()) @else
@endif
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush() @endsection