@extends('layouts.hope.page') @php $title = 'Section Children - ' . $section->name; $this_helper = 'masters.section-children.'; @endphp @section('title', 'Dashboard') @section('content_header') Dashboard Section {{ $section->name }} @stop @section('content') @include($this_helper . 'form')