@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'] }}

@endif @endsection