@extends('adminlte::page')
@section('plugins.Datatables', true)
@section('plugins.Sweetalert2', true)
@section('title', 'Intranet | Registros De Articulos')
@section('content_header')
@stop
@section('content')
| Acción |
Código Artículo |
Nombre Artículo |
Tipo |
Marca |
Modelo |
Talla |
Clasificación |
Cuenta De Gasto |
Unidad De Medición |
Estado |
@if (Session::has('listadoDeErrores') && Session::has('tipoDePlanilla'))
@endif
@stop
@section('footer')
Intranet
Copyright © 2023 aspenspa.cl
@stop
@section('css')
@stop
@section('js')
@if (Gate::check('articulo.create'))
@else
@endif
@if (Session::has('textoError') && Session::has('tipoError'))
@if (Session::get('tipoError') == 'error')
@endif
@if (Session::get('tipoError') == 'success')
@endif
@endif
@if (Session::has('listadoDeErrores') && Session::has('tipoDePlanilla') && Session::has('tipoImportado'))
@if (Session::get('tipoDePlanilla') == 'planilla1' && Session::get('tipoImportado') == 'articulos')
@endif
@endif
@stop