Including item and product form validation

This commit is contained in:
2018-09-10 21:29:32 -03:00
parent 25cff75c48
commit 2845e7501d
5 changed files with 41 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ use \App\User;
class ProductController extends Controller
{
//
public function index()
{
$products = Product::where('adminID', \Auth::id())->get();