@extends('layouts.app') @section('title', $project->exists ? 'Projekt bearbeiten' : 'Projekt anlegen') @section('content')
@csrf @if ($project->exists) @method('PUT') @endif
Abbrechen
@endsection