@extends('layouts.app') @section('template_title') Fault Category @endsection @section('content')
| Categorías | @if($type == "Administrador" || $type == "Subadministrador")@elseif($type == "Capturista General" || $type == "Capturista Socioeconomico") | @endif | {{ $faultCategory->name }} | @if($type == "Administrador" || $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Capturista Socioeconomico")Ver | Editar | @endif @endforeach
|---|