diff --git a/app/views/dashboard/components/add.blade.php b/app/views/dashboard/components/add.blade.php index 35aa28fe..3ca5ac4e 100644 --- a/app/views/dashboard/components/add.blade.php +++ b/app/views/dashboard/components/add.blade.php @@ -15,6 +15,7 @@
@include('partials.dashboard.errors')
+ {{ Form::token() }}
diff --git a/app/views/dashboard/components/edit.blade.php b/app/views/dashboard/components/edit.blade.php index 0dd79aab..83c9bcc3 100644 --- a/app/views/dashboard/components/edit.blade.php +++ b/app/views/dashboard/components/edit.blade.php @@ -15,6 +15,7 @@
@include('partials.dashboard.errors') + {{ Form::token() }}
diff --git a/app/views/dashboard/components/groups/add.blade.php b/app/views/dashboard/components/groups/add.blade.php index 0ad7d79e..3e741190 100644 --- a/app/views/dashboard/components/groups/add.blade.php +++ b/app/views/dashboard/components/groups/add.blade.php @@ -15,6 +15,7 @@
@include('partials.dashboard.errors') + {{ Form::token() }}
diff --git a/app/views/dashboard/incidents/add.blade.php b/app/views/dashboard/incidents/add.blade.php index 922cf76e..54c1d659 100644 --- a/app/views/dashboard/incidents/add.blade.php +++ b/app/views/dashboard/incidents/add.blade.php @@ -14,7 +14,8 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-horizontal', 'role' => 'form']) }} + + {{ Form::token() }}
@if($incidentTemplates->count() > 0)
@@ -96,7 +97,7 @@ {{ trans('forms.cancel') }}
- {{ Form::close() }} +
diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index bb4e8092..ea267643 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -14,7 +14,8 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-horizontal', 'role' => 'form']) }} +
+ {{ Form::token() }}
@@ -86,7 +87,7 @@ {{ trans('forms.cancel') }}
- {{ Form::close() }} +
diff --git a/app/views/dashboard/incidents/templates/add.blade.php b/app/views/dashboard/incidents/templates/add.blade.php index 7387775b..69214712 100644 --- a/app/views/dashboard/incidents/templates/add.blade.php +++ b/app/views/dashboard/incidents/templates/add.blade.php @@ -14,7 +14,8 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-horizontal', 'role' => 'form']) }} +
+ {{ Form::token() }}
@@ -31,7 +32,7 @@
- {{ Form::close() }} +
diff --git a/app/views/dashboard/incidents/templates/edit.blade.php b/app/views/dashboard/incidents/templates/edit.blade.php index 5d80dd80..509cf6c1 100644 --- a/app/views/dashboard/incidents/templates/edit.blade.php +++ b/app/views/dashboard/incidents/templates/edit.blade.php @@ -23,7 +23,8 @@
@endif - {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-horizontal', 'role' => 'form']) }} +
+ {{ Form::token() }}
@@ -40,7 +41,7 @@
- {{ Form::close() }} +
diff --git a/app/views/dashboard/settings/app-setup.blade.php b/app/views/dashboard/settings/app-setup.blade.php index 11d4440b..59288af5 100644 --- a/app/views/dashboard/settings/app-setup.blade.php +++ b/app/views/dashboard/settings/app-setup.blade.php @@ -9,6 +9,7 @@
+ {{ Form::token() }}

{{ trans('dashboard.settings.app-setup.app-setup') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/security.blade.php b/app/views/dashboard/settings/security.blade.php index 9c5967ce..c02f9533 100644 --- a/app/views/dashboard/settings/security.blade.php +++ b/app/views/dashboard/settings/security.blade.php @@ -9,6 +9,7 @@
+ {{ Form::token() }}

{{ trans('dashboard.settings.security.security') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/stylesheet.blade.php b/app/views/dashboard/settings/stylesheet.blade.php index f008e43c..ccdf5a49 100644 --- a/app/views/dashboard/settings/stylesheet.blade.php +++ b/app/views/dashboard/settings/stylesheet.blade.php @@ -9,6 +9,7 @@
+ {{ Form::token() }}

{{ trans('dashboard.settings.stylesheet.stylesheet') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/theme.blade.php b/app/views/dashboard/settings/theme.blade.php index 5d5f6ed2..cf5ba259 100644 --- a/app/views/dashboard/settings/theme.blade.php +++ b/app/views/dashboard/settings/theme.blade.php @@ -9,6 +9,7 @@
+ {{ Form::token() }}

{{ trans('dashboard.settings.theme.theme') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/team/add.blade.php b/app/views/dashboard/team/add.blade.php index 676cd0a3..564397d8 100644 --- a/app/views/dashboard/team/add.blade.php +++ b/app/views/dashboard/team/add.blade.php @@ -14,6 +14,7 @@
@include('partials.dashboard.errors') + {{ Form::token() }}
diff --git a/app/views/dashboard/team/edit.blade.php b/app/views/dashboard/team/edit.blade.php index def41c7e..993ea3c5 100644 --- a/app/views/dashboard/team/edit.blade.php +++ b/app/views/dashboard/team/edit.blade.php @@ -14,6 +14,7 @@
@include('partials.dashboard.errors') + {{ Form::token() }}