@extends('admin.layout.master') @section('home')
| # | Title | Status | |
|---|---|---|---|
| {{ $i++ }} | {{ $v_result->name }} | @if ($v_result->status == 1) Active @elseif($v_result->status==2) Inactive @endif |
| # | Criteria | Parent | Total Marks | Status | |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $v_criteriaresult->name }} | {{ $v_criteriaresult->criteria_group_title ? $v_criteriaresult->criteria_group_title->name : '' }} | {{ $v_criteriaresult->point }} | @if ($v_criteriaresult->status == 1) Active @elseif($v_criteriaresult->status==2) Inactive @endif |