@if($list_item)

{{$title}}

{{$desc}}

@foreach($list_item as $item)

{{$item['desc']}}

{{$item['name']}}

@endforeach
@endif