@php $channel = core()->getCurrentChannel(); @endphp {{-- SEO Meta Content --}} @push ('meta') @endPush {{-- Page Title --}} {{ $blog_seo_meta_title ?? ( $channel->home_seo['meta_title'] ?? '' ) }} @push ('styles') @include ('blog::custom-css.custom-css') @endpush

Our Blog

@if( !empty($blogs) && count($blogs) > 0 )
@foreach($blogs as $blog)
{{ $blog->name }}

{{ $blog->name }}

@if( !empty($blog->assign_categorys) && count($blog->assign_categorys) > 0 )

@foreach($blog->assign_categorys as $assign_category) {{$assign_category->name}} @endforeach

@endif
{!! $blog->short_description !!}
@endforeach
{!! $blogs->links() !!}
@else
No post published yet!!
@endif