@include('dataentry.header')

{{ $page_title }}

@foreach ($products as $product) @endforeach
ID Product Name Product Image Category Sub Category Action
{{ $product->id }} {{ $product->name }} @if ($product->image == null) @else @endif {{ $product->category->name ?? '' }} {{ $product->subcategory->name ?? '' }} Edit {{-- Delete --}}
@include('dataentry.footer')