@extends('templates.admin-lte') @section('header')

Empresas Indice

@endsection @section("styles") @include('libraries', ['added'=>array('datatables-css', 'jquery-confirm-css', 'jquery-toast-css')]) @endsection @section('content')
@php $COLUMNS = [ 'CÓDIGO', 'DESCRIPCIÓN', 'TITULO PARA REPORTES', 'PERSONA JURIDICA', 'MONEDA', 'ACCIONES']; @endphp
@foreach($COLUMNS as $column_name) @endforeach @foreach($COLUMNS as $column_name) @endforeach
{{ $column_name }}
{{ $column_name }}
@endsection @section('scripts') @include('libraries',['added'=>array('datatables-js', 'jquery-confirm-js', 'jquery-toast-js')]) @endsection