@extends('layouts.app') @section('content')
Gestión de Cargos

@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif
@if ($type == 'Administrador'|| $type == "Subadministrador") @elseif($type == "Capturista General") @endif @for($i=0; $i @if ($type == 'Administrador'|| $type == "Subadministrador") @elseif($type == "Capturista General") @endif @endfor
Cargo
{{$positions[$i]->position}}{!!$positions[$i]->edit!!} {!!$positions[$i]->delete!!}{!!$positions[$i]->edit!!}
@endsection @section('js-files') @endsection