diff --git a/Modules/User/Resources/views/roles/create.blade.php b/Modules/User/Resources/views/roles/create.blade.php index eb276392..2cb7a0e8 100644 --- a/Modules/User/Resources/views/roles/create.blade.php +++ b/Modules/User/Resources/views/roles/create.blade.php @@ -10,6 +10,14 @@ @endsection +@push('page_css') + +@endpush + @section('content')
@@ -34,9 +42,99 @@
+
+
+ + +
+
+
-
-
+ +
+
+
+ Dashboard +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ User Mangement +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
Products
@@ -45,49 +143,677 @@
- + id="access_products" name="permissions[]" + value="access_products" {{ old('access_products') ? 'checked' : '' }}> +
- + id="show_products" name="permissions[]" + value="show_products" {{ old('show_products') ? 'checked' : '' }}> +
- + id="create_products" name="permissions[]" + value="create_products" {{ old('create_products') ? 'checked' : '' }}> +
- + id="edit_products" name="permissions[]" + value="edit_products" {{ old('edit_products') ? 'checked' : '' }}> +
- + id="delete_products" name="permissions[]" + value="delete_products" {{ old('delete_products') ? 'checked' : '' }}> +
- + id="access_product_categories" name="permissions[]" + value="access_product_categories" {{ old('access_product_categories') ? 'checked' : '' }}> + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Adjustments +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Quotaions +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Expenses +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Customers +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Suppliers +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Sales +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Sale Returns +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Purchases +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Purchase Returns +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Currencies +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Reports +
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+ Settings +
+
+
+
+
+ +
@@ -95,6 +821,7 @@
+
@@ -103,3 +830,15 @@ @endsection +@push('page_scripts') + +@endpush diff --git a/resources/views/layouts/header.blade.php b/resources/views/layouts/header.blade.php index 468e6b42..7aa04376 100644 --- a/resources/views/layouts/header.blade.php +++ b/resources/views/layouts/header.blade.php @@ -35,7 +35,7 @@ @forelse($low_quantity_products as $product) - Product: "{{ $product->product_code }}" is low in qauntity! + Product: "{{ $product->product_code }}" is low in quantity! @empty