@extends('layouts.app') @section('content')

Movimientos desde {{$date_start}} hasta {{$date_end}}

@foreach($credit as $cred) @endforeach
Fecha cierre Base Recaudo Creditos Gasto Agente Cierre Gasto Supervisor Valor Cartera
{{$cred->created_at}} {{$cred->base_before}} {{$cred->summary_total}} {{$cred->credit_total}} {{$cred->bills_total}} {{$cred->total_day}} {{$cred->supervisor_bills}} {{$cred->base_wallet}}
@endsection