diff --git a/resources/views/tasks.blade.php b/resources/views/tasks.blade.php index 03360f9..8d1112b 100644 --- a/resources/views/tasks.blade.php +++ b/resources/views/tasks.blade.php @@ -9,25 +9,14 @@
- @if (count($errors) > 0) - -
- Whoops! Something went wrong! - -

- - -
- @endif + + @include('common.errors')
{{ csrf_field() }} +
@@ -36,6 +25,7 @@
+