@props(['name' => 'image', 'model' => null , 'attr' => '' , 'label' => null]) @php $inputLabel = $label ?? __("admin.$name"); @endphp

{{ $inputLabel }}

@if($model && $model->$name) @foreach(json_decode($model->$name, true) as $image)
{{ $inputLabel }}
@endforeach @endif