@include('hk.header')

{{$page_title??''}}

Add Product @foreach($products as $row) @endforeach
ID Image Product name Category Price Discount Status Action Action
{{$row->id}} {{$row->name}} {{$row->category->name??''}} {{$row->price}} {{$row->discount}} {{($row->status==1)?'Active':'Inactive';}} Edit
{{-- --}}