@foreach($product as $key => $product_res) @endforeach
Id Title Slug Description Photo status Actions
{{ $product_res->id }} {{ $product_res->title }} {{ $product_res->slug }} {{$product_res->parent_info->title ?? ''}} @php foreach($product_res->galleries as $gallery){ if (Storage::disk('public')->exists('uploads/gallery/' . $gallery->filename)) { @endphp @if(!empty($gallery->filename)) filename")}}" alt="Example Image" style="max-width: 100%; height: auto;"> @else avatar.png @endif @php } } @endphp {{ $product_res->status }}
{{ $product->links('vendor.pagination.custom') }}