@if(!empty($list_item))
@foreach($list_item as $key => $val)
0{{ $val['symbol'] ?? '' }}

{{ $val['desc'] ?? '' }}

@endforeach
@endif