@extends('layout.master') @section('content') @include('layout.errorform') @include('layout.info')
product | category | retail | active | image | action | @foreach ($pro as $k)
---|---|---|---|---|
{!! $k->product !!} | {!! App\ProductCategory::find($k->id_category)->product_category !!} | RS. {!! number_format($k->retail, 2) !!} | {!! ($k->active == 1) ? 'active' : 'inactive' !!} |