@extends('client.rohini.layouts.app') @section('content') @include('client.rohini.pages.partials.breadcrumb')

{{ $page->short_description }}

{!! $page->description !!}
@if ($page->children->count() > 0) @php $section = $page->children[0]; @endphp

{{ $section->title }}

{{ $section->short_description }}

{!! $section->description !!}
@endif
@include('client.rohini.pages.partials.newsletter') @endsection