@php $overlayFields = collect($builderSchemaFields ?? []) ->filter(fn ($field) => is_array($field) && !empty($field['name'])) ->values(); $overlayFieldsForJs = $overlayFields->map(function ($field) { return [ 'name' => $field['name'] ?? '', 'type' => $field['type'] ?? 'text', 'position' => (is_array($field['position'] ?? null) ? $field['position'] : $field), 'font_size' => ($field['font_size'] ?? null), ]; })->toArray(); @endphp

{{ __('Preparing Filled PDF') }}

{{ __('Please wait while we generate the printable PDF with all filled fields.') }}

{{ __('Starting export...') }}