Here My Codes That Fetch All Images
@foreach (explode('|', $product->images) as $image) <img style="width:100%" src="/storage/image/{{$image}}"> @endforeach
Only I want To Display the first image from this array How Can i Do That
@endf" /> @endf" /> @endf"/>
So, just do it in the blade like this