@extends('template.content') @section('content')

{{$title}}

@foreach($row as $key) @php $n += $key->presentase; @endphp @endforeach
label sorter presentase status Action
{{$key->label}} {{$key->sorter}} {{$key->presentase}} @php echo Fibonanci::status($key->status); @endphp delete
label sorter {{$n}} % status Action
@push('js') @endpush @endsection