@php($schemaValue = old('schema', $collection->schema ? json_encode($collection->schema, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) : ''))
@csrf @if ($method !== 'POST') @method($method) @endif
@error('tenant_id')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('key')
{{ $message }}
@enderror
@error('schema')
{{ $message }}
@enderror Defines the shape of records in this collection.
Cancel