@extends('frontend.layouts.master2') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$post->title}} @endsection @section('main-content') @include('frontend.layouts.notification')
banner_image) data-background="{{ Storage::url($banner->banner_image) }}" @else data-background="{{ asset('frontend/assets/images/updates_page.jpg') }}" @endif>

{{$post->title}}

Home {{$post->title}}
image

{{$post->title}}

@if($post->summary)

{!!$post->summary!!}

@endif

{!!$post->description!!}

Article Category:
@if($post->tag_info) {{ $post->tag_info->title }} @else Uncategorized @endif
{{--
@include('frontend.pages.comment', ['comments' => $post->comments??[], 'post_id' => $post->id, 'depth' => 3])

Leave a Comment

Your email address will not be published. Required fields are marked *
@csrf
--}}
@endsection @push('styles') @endpush @push('scripts') @endpush