@extends('layouts.hope.page') @php $title = 'Project Master'; $this_helper = 'masters.project.'; @endphp @section('title', $title) @section('content_header')

{{$title}}

@stop @section('content') @include($this_helper .'form')
{{$title}} List
# # Name Desc Option
@stop @section('plugins.Datatables', true) @section('css') @stop @section('js') @stop