From c5413d5b50931b920da96bd5db4743b60def8fb6 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 5 Jun 2018 23:39:47 +1000 Subject: [PATCH] Added X-CSRF-TOKEN --- .../adminlte/views/layouts/partials/scripts.blade.php | 10 ++++++++++ src/Controllers/AdminController.php | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php index f433d33..579af61 100644 --- a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php @@ -4,6 +4,16 @@ + +{{-- @todo Test that we are validating this, also axios should be doing this for us? --}} + +