@include('employee.header')

{{ $page_title }}

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