@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Registros Unidades De Medición') @section('content_header')
| Acción | Nombre | Estado | |
|---|---|---|---|
|
@if (Gate::check('unidad-medida.destroy') || Gate::check('unidad-medida.edit'))
|
{{ $unidad->unidad }} | @if ($unidad->estado == 'Operativo'){{ $unidad->estado }} | @else{{ $unidad->estado }} | @endif