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