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

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

@endif @if($project->id) @endif
@endsection