@extends('layouts.hope.page') @php $title = 'Section Children - ' . $section->name; $this_helper = 'masters.section-children.'; @endphp @section('title', 'Dashboard') @section('content_header') @stop @section('content') @include($this_helper . 'form')
{{ $title }} List
# # Name Desc Option
@stop @section('plugins.Datatables', true) @section('css') @stop @section('js') @stop