@if(Session::has('success'))
Success : {{ Session::get('success') }}
@endif
@if(count($errors) > 0)
Error:
@endif
-
@foreach($errors->all() as $error)
- {!! $error !!} @endforeach
Create New Method View All Method
{!! Form::open() !!}
{!! Form::close() !!}