@extends('admin.admin_master') @section('admin')

All Product

@foreach ($allData as $key => $item) @endforeach
Sl Image Name Price In Stock Action
{{ $key+1 }} @php $primaryImage = $item->images->first()->image ?? '/upload/no_image.jpg'; @endphp img {{ $item->name }} {{ $item->price }} @if ($item->product_qty <= 3) {{ $item->product_qty }} @else {{ $item->product_qty }} @endif
@endsection