@php($dataValue = old('data', $record->data ? json_encode($record->data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) : ''))
@csrf @if ($method !== 'POST') @method($method) @endif
@error('collection_id')
{{ $message }}
@enderror
@error('data')
{{ $message }}
@enderror
Cancel