@extends('layouts.admin') @section('title', 'Products') @section('topbar-title', 'Products') @section('content')
@forelse($products as $product) @empty @endforelse
ProductRC KeyLicensesStatusOrder
{{ $product->name }}
{{ $product->short_description }}
{{ $product->rc_product_key }} {{ $product->licenses_count }} {{ $product->is_active ? 'Active' : 'Hidden' }} {{ $product->sort_order }} Edit
No products
@endsection