@extends('layouts.app') @section('content')
| Grado | @if ($type == 'Administrador'|| $type == "Subadministrador")@elseif($type == "Capturista General") | @endif | {{$grades[$i]->grade}} | @if ($type == 'Administrador'|| $type == "Subadministrador"){!!$grades[$i]->edit!!} | {!!$grades[$i]->delete!!} | @elseif($type == "Capturista General"){!!$grades[$i]->edit!!} | @endif @endfor
|---|