@extends('superadmin.layout.master') @section('handicap','active') @section('contant')

All Handicap

@if(Session::get('errors')) {!!Session::forget('errors')!!} @endif @if(Session::get('success')) {!!Session::forget('success')!!} @endif
{{-- --}} {{-- --}} @if(!empty($handicapLevel)) @foreach($handicapLevel as $key => $handicapLevel_val) {{-- --}} {{-- --}} @endforeach @endif {{-- --}} {{-- --}}
TitleDescriptionBottom Range % Top Range % Weight %Min # DaysMin # 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}} Edit Delete
TitleDescriptionBottom Range % Top Range % Weight %Min # DaysMin # Answers (30 days) Monthly Income Actions
@endsection