@extends('layouts.hope.page') @php $title = 'Project Page'; $this_helper = 'masters.page.'; @endphp @section('title', $title) @section('content_header') @stop @section('content') @include($this_helper .'form')
{{$title}} List
{{-- @dump(Config::get('admin')) --}}
# # Key Name Type Page Option
@stop @section('plugins.Datatables', true) @section('css') @stop @section('js') @stop