@if(Session::get('errors'))
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!}
@endif
@if(Session::get('success'))
{{Session::get('success')}}
{!!Session::forget('success')!!}
@endif
Title | {{--Description | --}}Bottom Range % | Top Range % | Weight % | {{--Min # Days | --}}Min # Answers (30 days) | Monthly Income | Actions |
---|---|---|---|---|---|---|---|---|
{{$handicapLevel_val->title}} | {{--{{$handicapLevel_val->description}} | --}}{{number_format($handicapLevel_val->bottom_range,2)."%"}} | {{number_format($handicapLevel_val->top_range,2)."%"}} | {{number_format($handicapLevel_val->weight,2)."%"}} | {{--{{$handicapLevel_val->min_day}} | --}}{{$handicapLevel_val->min_avg}} | {{$handicapLevel_val->monthly_income}} | |
Title | {{--Description | --}}Bottom Range % | Top Range % | Weight % | {{--Min # Days | --}}Min # Answers (30 days) | Monthly Income | Actions |