@extends('admin.layouts.app') @section('title','Produse') @push('styles') @endpush @section('content')
| Produs | Brand | Preț | Activ | Categorie implicită | Creat | Acțiuni |
|---|---|---|---|---|---|---|
|
{{ $p->name }}
#{{ $p->id }} ·
{{ $p->slug }} |
{{ $p->brand?->name ?? '—' }} | {{ number_format((float)$p->price,2) }} | @if($p->active) activ @else inactiv @endif | {{ $p->defaultCategory?->name ?? '—' }} | {{ $p->created_at?->format('d.m.Y H:i') }} | |
| Nu există produse. | ||||||