My Profile - View
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if (Session::has('success')){!! Session::get('success') !!}
@endif