diff --git a/app/controllers/admin/GroupsController.php b/app/controllers/admin/GroupsController.php
index e182128e43..79977e298c 100755
--- a/app/controllers/admin/GroupsController.php
+++ b/app/controllers/admin/GroupsController.php
@@ -56,7 +56,7 @@ class GroupsController extends AdminController {
{
// Declare the rules for the form validation
$rules = array(
- 'name' => 'required|alpha_dash|min:2',
+ 'name' => 'required|alpha_space|min:2',
);
// Create a new validator instance from our validation rules
diff --git a/app/storage/logs/.gitignore b/app/storage/logs/.gitignore
deleted file mode 100755
index c96a04f008..0000000000
--- a/app/storage/logs/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/app/storage/views/.gitignore b/app/storage/views/.gitignore
deleted file mode 100755
index c96a04f008..0000000000
--- a/app/storage/views/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/app/views/backend/categories/edit.blade.php b/app/views/backend/categories/edit.blade.php
index 8b471b7cbf..63c9ec126d 100755
--- a/app/views/backend/categories/edit.blade.php
+++ b/app/views/backend/categories/edit.blade.php
@@ -12,48 +12,46 @@
{{-- Page content --}}
@section('content')
-
-
-
Asset Categories
-
-
-
-
-
-
-
+
+
+
+
+
@stop
diff --git a/app/views/backend/categories/index.blade.php b/app/views/backend/categories/index.blade.php
index 34e4cc3508..06ed0cd66d 100755
--- a/app/views/backend/categories/index.blade.php
+++ b/app/views/backend/categories/index.blade.php
@@ -8,53 +8,53 @@ Asset Categories ::
{{-- Page content --}}
@section('content')
-
-
-
Asset Categories
-
-
+
+
+
+
+
+
+
+
+
+
+ | @lang('admin/categories/table.title') |
+ @lang('table.actions') |
+
+
+
+ @foreach ($categories as $category)
+
+ | {{ $category->name }} |
+
+
+
-
-
-
-
-
-
-
-
-
-
- | @lang('admin/categories/table.title') |
- @lang('table.actions') |
-
-
-
- @foreach ($categories as $category)
-
- | {{ $category->name }} |
-
- @lang('button.edit')
- @lang('button.delete')
- |
-
- @endforeach
-
-
+ |
+
+ @endforeach
+
+
-
-
+
-
-
-
-
About Asset Categories
-
Asset categories help you organize your assets. Some
- example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets",
- and so on, but you can use asset categories any way that makes sense for you.
-
+
+
+
+
About Asset Categories
+
Asset categories help you organize your assets. Some
+ example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets",
+ and so on, but you can use asset categories any way that makes sense for you.
+
+
+
+
@stop
\ No newline at end of file
diff --git a/app/views/backend/depreciations/edit.blade.php b/app/views/backend/depreciations/edit.blade.php
index b6a026d466..826bb273dd 100755
--- a/app/views/backend/depreciations/edit.blade.php
+++ b/app/views/backend/depreciations/edit.blade.php
@@ -14,57 +14,54 @@
{{-- Page content --}}
@section('content')
-