Forms\Components\Placeholder::make('kyc_status')
->label('KYC Status')
->content(new HtmlString('<div><x-filament::badge>'
. $this->record->status->getLabel() . '</x-filament::badge>
<br/>' . $this->record->status_feedback . '</div>')),
Forms\Components\Placeholder::make('kyc_status')
->label('KYC Status')
->content(new HtmlString('<div><x-filament::badge>'
. $this->record->status->getLabel() . '</x-filament::badge>
<br/>' . $this->record->status_feedback . '</div>')),