@props([ 'label' , 'value' , 'relation' => 'name' ])
{{ $label }}
@if($value->isNotEmpty())
@foreach ($value as $rep) {{ $rep->$relation }} @endforeach
@else {{ __('dashboard.not_data_found') }} @endif