@extends('templates.admin-lte') @section('styles') @include( 'libraries', ['added' => array('datatables-css', 'jquery-confirm-css', 'jquery-toast-css') ] ) @endsection @section('header')

Paises Indice

@endsection @section('content')
@php $COLUMNS = [ 'DESCRIPCIÓN', 'NACIONALIDAD', 'CÓDIGO AREA', 'ABREVIATURA', 'SIGLAS', '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