0👍
✅
Make sure that storage is accessible to begin with:
php artisan storage:link
then your image url is wrong:
<td><img :src="`/storage/image/${post.image}`"/></td>
Source:stackexchange.com