@extends('layouts.app') @section('content')

Products

Add Products
@forelse($product_data as $key=>$val) @empty @endforelse
# Product Category Name Product Name Status Action
{{ $key+1 }} {{ $val->pc_name }} {{ $val->p_name }} Inactive
No Record Found
@endsection