@extends('layouts.app') @section('content')
@csrf @if($note->id) @method('PUT')

編輯 Note: {{ $note->project->title }} {{ $note->project->id }}

@else

新增 Note: {{ $project->title }}

@endif
@endsection