@extends('layouts.app') @section('content')
@can('products.create') usuarios Nuevo Producto @endcan

Productos

@include('flash::message')
@include('products.table')
@endsection @push('page_scripts') @endpush