@extends('admin.layouts.layout') @section('title') Project Management @endsection @section('body')

Update a Project

@include('admin.pages.management.projects.form')
@endsection