Articole
| Id | Titlu | Cod | Activ | Operatiuni |
|---|---|---|---|---|
| {{ $product->id }} |
|
{{ $product->code }} | {{ $product->is_active ? 'DA' : 'NU'}} |
@extends('layouts.admin') @section('content')
| Id | Titlu | Cod | Activ | Operatiuni |
|---|---|---|---|---|
| {{ $product->id }} |
|
{{ $product->code }} | {{ $product->is_active ? 'DA' : 'NU'}} |