@extends('layouts.panel.base') @section('airport-active', 'kt-menu__item--active') @section('title', 'Aeropuertos') @section('content')

Aeropuertos

Aeropuertos

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