{{ isset($permission) ? translate('Edit') : translate('Create') }} {{ translate('Permission') }}
@csrf @if (isset($permission)) @method('PUT') @endif