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

Estados

Estados

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