@extends('layouts.app') @section('title', $license->exists ? $license->name.' bearbeiten' : 'Neue Lizenz') @section('content')

{{ $license->exists ? $license->name.' bearbeiten' : 'Neue Lizenz' }}

@csrf @if($license->exists) @method('PUT') @endif
@if($license->exists)@endif
auto_renewal))>
Abbrechen @if($license->exists) @endif
@if($license->exists)
@csrf @method('DELETE')
@endif
@endsection