@extends('adminlte::page') @section('content_header')

SIMIs

@stop @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{__('general.error')}}!
{{ $error }}
@endforeach @endif
@include('simis.partials.filter')

Listado de Registros

Archivo Tipo Creado Opciones
@endsection @section('js') @endsection