@extends('layouts.main') @section('title') Manage Products @endsection @section('content')

Manage Products

Manage Products
{{----}}
ID Name Part Number Net Price Sale Price Quantity Actions
ID Name Part Number Net Price Sale Price Quantity Actions
{{--@include('products.register')--}} @include('purchases.new') @include('products.edit') @include('products.stocks-list') @include('common.delete-confirm', ['subject' => 'Product', 'route' => route('products-delete'), 'message' => 'All stocks and transactions related to this product will be deleted as well.']) @endsection @section('extraJS') @endsection