the BD "deposits"
'id', 'cantidad', 'num_autorizacion', 'fecha', 'asesor', 'created_at', 'updated_at', 'encontrado', 'contrato_id'
in the controller
$depositos = Deposito::orderBy('fecha')
->whereIn('encontrado', ['no'])...
asked by
05.11.2016 / 19:12