@extends('layouts.public') @section('body-content') @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if(count($errors->all()) < 1 ) @endif @endsection