@extends('layouts.app') @section('template_title') Fault Category @endsection @section('content')
Categorías de faltas

@if($type == "Administrador" || $type == "Subadministrador" || $type == "Capturista General" || $type == "Capturista Socioeconomico") @endif
@if($type == "Administrador" || $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Capturista Socioeconomico") @endif @foreach ($faultCategories as $faultCategory) @if($type == "Administrador" || $type == "Subadministrador") @csrf @method('DELETE') @elseif($type == "Capturista General" || $type == "Capturista Socioeconomico") @endif @endforeach
Categorías
{{ $faultCategory->name }}
Ver Editar Ver Editar
@endsection @section('js-files') @endsection