@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['grading']) && $data['grading']->count() > 0) @php($i=1) @foreach($data['grading'] as $grading) {{----}} @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} Group Grade Scale Detail {{ __('common.status')}}
{{ $i }} {{ $grading->title }} @if(isset($grading->gradingScale)) @foreach($grading->gradingScale as $scale) @endforeach @endif
Name From(%) To(%) Point Remark
{{ $scale->name }} {{ $scale->percentage_from }} {{ $scale->percentage_to }} {{ $scale->grade_point }} {{ $scale->description }}
{{ $grading->status }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}