@section('styles') @append @if(Session::has('fail'))
{{Session::get('fail')}}
@endif @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(count($errors) > 0))
@endif