@extends('layouts.admin') @section('title', 'Products — '.config('app.name')) @section('page_title', 'Products') @section('breadcrumbs')
| ID | Code | Name | Pack type | Active |
|---|---|---|---|---|
| {{ $product->id }} | {{ $product->code }} | {{ $product->name }} | {{ $product->pack_type?->label() }} | {{ $product->is_active ? 'Yes' : 'No' }} |
| No products found. | ||||