From 3a80f56e089e9548ceccb7622ca6b3526c1d5ca5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Oct 2015 16:39:34 -0500 Subject: [PATCH] clean up a few things. --- resources/views/tasks.blade.php | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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! - -

- -
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif + + @include('common.errors')
{{ csrf_field() }} +
@@ -36,6 +25,7 @@
+