diff --git a/resources/views/roles/create.blade.php b/resources/views/roles/create.blade.php index 7e8431d..077cbda 100644 --- a/resources/views/roles/create.blade.php +++ b/resources/views/roles/create.blade.php @@ -1,373 +1,372 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- Create a new Role -

+
+
+

+ Create a new Role +

+
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
- -@endsection + +
-@push ("js") - -@endpush + this.entities.forEach(function (entity) { + document.querySelector("[name='permissions[" + group + "][" + self.urlEncode(entity) + "][" + type + "]']").value = ability; + }); + }, + }; + } + +
+@endsection diff --git a/resources/views/teams/create.blade.php b/resources/views/teams/create.blade.php index 1847703..f0e9b86 100644 --- a/resources/views/teams/create.blade.php +++ b/resources/views/teams/create.blade.php @@ -1,373 +1,373 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- Create a new Team -

+
+
+

+ Create a new Team +

+
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
- -@push ("js") - -@endpush + this.entities.forEach(function (entity) { + document.querySelector("[name='permissions[" + group + "][" + self.urlEncode(entity) + "][" + type + "]']").value = ability; + }); + }, + }; + } + +
+@endsection diff --git a/resources/views/teams/edit.blade.php b/resources/views/teams/edit.blade.php index bdcfc9e..7f69d09 100644 --- a/resources/views/teams/edit.blade.php +++ b/resources/views/teams/edit.blade.php @@ -1,193 +1,195 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- {{ $team->name }} -

-
-
- - - +
+
+

+ {{ $team->name }} +

+
+
+ + + +
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
-