+ @include('utils.alerts')
@@ -66,7 +59,7 @@
-
@@ -112,16 +105,16 @@
-
+
-
-
+
+
@@ -135,7 +128,7 @@
diff --git a/Modules/Product/Resources/views/products/edit.blade.php b/Modules/Product/Resources/views/products/edit.blade.php
index e69de29b..542bba1f 100644
--- a/Modules/Product/Resources/views/products/edit.blade.php
+++ b/Modules/Product/Resources/views/products/edit.blade.php
@@ -0,0 +1,170 @@
+@extends('layouts.app')
+
+@section('title', 'Edit Product')
+
+@section('third_party_stylesheets')
+
+
+@endsection
+
+@section('breadcrumb')
+
+ - Home
+ - Products
+ - Edit
+
+@endsection
+
+@section('content')
+
+@endsection
+
+@section('third_party_scripts')
+
+
+
+
+@endsection
+
+@push('page_scripts')
+
+@endpush
+
diff --git a/Modules/Product/Resources/views/products/partials/actions.blade.php b/Modules/Product/Resources/views/products/partials/actions.blade.php
index e2d22c5d..79100d30 100644
--- a/Modules/Product/Resources/views/products/partials/actions.blade.php
+++ b/Modules/Product/Resources/views/products/partials/actions.blade.php
@@ -4,7 +4,12 @@
-