diff --git a/resources/views/upload.blade.php b/resources/views/upload.blade.php index 58f879c..3c1984a 100644 --- a/resources/views/upload.blade.php +++ b/resources/views/upload.blade.php @@ -6,27 +6,30 @@ Upload File + + + - @if ($errors->has("file")) -
- {{ $errors->first("file") }}
+ @if ($errors->any()) +
+ +
@endif

Upload File

+
@csrf
- +
@endif + + + + + +