@extends('layout') @section('title','Edit '.$project->code) @section('content')
← {{ $project->code }}Project delivery control

Edit project

@csrf @method('PUT') @include('projects._form')
Cancel
@endsection