{{-- result --}}
@if ( !empty($dataList ?? []) )
@foreach($dataList ?? [] as $key => $data) {{--
--}}
{{ $data['name'] }}
@endforeach
@endif