@extends('frontend.layout') @section('title', 'Accounting and Bookkeeping') @section('content') @php $blogSection = $page->sections->firstWhere('section_name', 'home_blog_section'); @endphp @if($blogSection) {{ $blogSection->section_json['sub_heading'] }} {{ $blogSection->section_json['heading'] }} @forelse($blogs as $blog) By admin @php $created_at = \Carbon\Carbon::parse($blog->created_at)->format('d M Y'); @endphp {{$created_at}} {{$blog->title}} {{$blog->description}} @endforeach @endif @endsection
{{$blog->description}}