@if(count($data)>0) @foreach($data as $id => $list) {{$list['name'] ?? ''}} @if($list['author']) , Author:{{$list['author']??''}} @endif @if($list['publisher']) Publisher:{{$list['publisher']??''}} @endif {{$list['isbn'] ?? ''}} @endforeach @endif