lundi 2 octobre 2017

how can i implement this code on laravel blade?

how can i implement this code on laravel blade ?

<td>
echo '<img src="data:image/jpeg;base64,'.base64_encode( $item['image'] ).'"/>';
</td>

or is there another solution to display blob image using laravel ?

            @foreach($data as $item)
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td>
                <img src="data:image/jpeg;base64,'.base64_encode(  ).'"/>';
                ‌​</td>
                <td>
                </td>
            </tr>
            @endforeach



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire