@extends('layouts.dashboard') @section('dashboard') @if(session('message') && session('alert'))
{{ session('message') }}
@endif
Home
Clientes con Crédito
Clientes con Crédito
@include('dashboard.creditos.table-clientes-creditos')
@endsection @section('scripts') @endsection