@extends('layouts.admin') @section('title', 'Products') @section('topbar-title', 'Products') @section('content')
| Product | RC Key | Licenses | Status | Order | |
|---|---|---|---|---|---|
|
{{ $product->name }}
{{ $product->short_description }}
|
{{ $product->rc_product_key }} | {{ $product->licenses_count }} | {{ $product->is_active ? 'Active' : 'Hidden' }} | {{ $product->sort_order }} | Edit |
| No products | |||||