@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Registros Unidades De Medición') @section('content_header')
@stop @section('content')

Registros De Unidades De Medición

@foreach ($unidadesDeMedidas as $unidad) @if ($unidad->estado == 'Operativo') @else @endif @endforeach
Acción Nombre Estado
@if (Gate::check('unidad-medida.destroy') || Gate::check('unidad-medida.edit'))
@endif
{{ $unidad->unidad }} {{ $unidad->estado }}{{ $unidad->estado }}
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @if (Gate::check('unidad-medida.create')) @else @endif @stop