@extends('layouts.app') @section('content')

Inventario de Productos

@include('flash::message')
@include('inventories.products_table')
@endsection @push('page_scripts') @endpush