Smart List
@if($smartlist == 'No list found')
No list found
@else @foreach($smartlist as $smart)

{{$smart['id']}}

{{$smart['name']}}

{{$smart['quantity']}}

@endforeach @endif