Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel error reporting code for view

   @if($errors->any())
     <div class="round alert alert-danger alert-block">
       @foreach ($errors->all() as $error)
         <strong>{{ $error }}</strong>
       @endforeach
     </div>
   @endif
 
PREVIOUS NEXT
Tagged: #laravel #error #reporting #code #view
ADD COMMENT
Topic
Name
2+8 =