@extends('main_layout') @section('datatable')
Cuentas Bancarias
{{ Datatable::table() ->addColumn('Nombre', 'Numero Cuenta', 'Acciones') ->setUrl(route('cuentaBancaria.index')) ->render() }}
@stop