@php $files = config('cabinet.other-files.images')?? []; @endphp @foreach($files as $k => $file)
{!! \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('image_remove', events: ['reload']) )->icon('heroicons.x-mark') !!}
#
@endforeach