diff --git a/resources/views/migration/auth.blade.php b/resources/views/migration/auth.blade.php index 281f5717a1a6..714da56fa2cf 100644 --- a/resources/views/migration/auth.blade.php +++ b/resources/views/migration/auth.blade.php @@ -12,7 +12,7 @@

Let's continue with authentication.


-
+ {{ csrf_field() }}
@@ -26,7 +26,7 @@
@stop diff --git a/resources/views/migration/companies.blade.php b/resources/views/migration/companies.blade.php index 4882b8d877eb..ac73dc852014 100644 --- a/resources/views/migration/companies.blade.php +++ b/resources/views/migration/companies.blade.php @@ -12,7 +12,7 @@

Awesome! Please select the company you would like to apply migration.

-
+ {{ csrf_field() }} @@ -32,7 +32,7 @@
@stop \ No newline at end of file diff --git a/resources/views/migration/download.blade.php b/resources/views/migration/download.blade.php index 71966fdbe837..545f41e2fed9 100644 --- a/resources/views/migration/download.blade.php +++ b/resources/views/migration/download.blade.php @@ -10,13 +10,13 @@

{!! trans('texts.download_data') !!}

-
+ {!! csrf_field() !!} - +
@stop \ No newline at end of file diff --git a/resources/views/migration/endpoint.blade.php b/resources/views/migration/endpoint.blade.php index 05f799359dfb..ae410d8d54f4 100644 --- a/resources/views/migration/endpoint.blade.php +++ b/resources/views/migration/endpoint.blade.php @@ -12,7 +12,7 @@

We need to know the link of your application.


-
+ {{ csrf_field() }}
@@ -23,7 +23,7 @@
diff --git a/resources/views/migration/start.blade.php b/resources/views/migration/start.blade.php index 543d5ea14983..83a7708ce679 100644 --- a/resources/views/migration/start.blade.php +++ b/resources/views/migration/start.blade.php @@ -10,7 +10,7 @@

In order to start the migration, we need to know where do you want to migrate.


-
+ {{ csrf_field() }}