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