@extends('layouts.panel.base') @section('open-location', 'kt-menu__item--open') @section('country-active', 'kt-menu__item--active') @section('title', 'Paises') @section('content')

Paises

Paises

@if(Session::has('success')) @endif
{!! $dataTable->table(['class' => 'table table-striped- table-hover']) !!}
@endsection @section('js') {!! $dataTable->scripts() !!} @endsection