@extends('layouts.dashboard') @section('dashboard') @if(session('message') && session('alert'))
{{ session('message') }}
@endif

Clientes con Crédito

@include('dashboard.creditos.table-clientes-creditos')
@endsection @section('scripts') @endsection