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