@section('styles') @append @if(Session::has('fail')) {{Session::get('fail')}} @endif @if(Session::has('success')) {{Session::get('success')}} @endif @if(count($errors) > 0)) @foreach($errors->all() as $error) {{$error}} @endforeach @endif