@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(\Session::has('success'))
{{\Illuminate\Support\Facades\Session::get('success') }}
@endif
@if(\Session::has('error'))
{{\Illuminate\Support\Facades\Session::get('error') }}
@endif