@extends('layouts.app') @section('title','Edit Project') @section('page-title','Edit Project') @section('content')
Edit: {{ $project->name }}
@csrf @method('PUT')
Cancel
@endsection