{!! \MoonShine\Fields\Text::make('Ссылка')->copy()->readonly()->default(asset($file)) !!}
{!! \MoonShine\ActionButtons\ActionButton::make(
'',
)->customAttributes(['style' => 'width: 100%!important'])
->withConfirm(
formBuilder: fn() =>
\MoonShine\Components\FormBuilder::make(
fields:
[
\MoonShine\Fields\Hidden::make('id')->customAttributes(['value' => $k])
])->asyncMethod('file_remove', events: ['reload'])
)->icon('heroicons.x-mark')
!!}
@if (in_array($extension, ['jpg', 'jpeg', 'png', 'gif']))
 }})
@else
@endif