@extends('layouts.app') @section('title', $person->exists ? $person->display_name.' bearbeiten' : 'Neue Person') @section('content')

{{ $person->exists ? $person->display_name.' bearbeiten' : 'Neue Person' }}

@csrf @if($person->exists) @method('PUT') @endif
@if($person->exists)@endif
is_active ?? true))>
Abbrechen @if($person->exists) @can('editContent', $person->inventory) @endcan @endif
@if($person->exists)
@csrf @method('DELETE')
@endif
@endsection