@extends('layouts.base') @section('caption', 'List of products') @section('title', 'List of products') @section('content')
Name | Category | Count | Price Util | Status | Action |
---|---|---|---|---|---|
{{ $value->name }} | {{ $value->category }} | {{ $value->count }} | @if($value->is_active == TRUE) @else @endif |