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