芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/resources/views/components/validation-errors.blade.php
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif