{{--
{{ $extrato->id_origem }}
{{ $extrato->origem }}
--}}{{ $extrato->descricao }}
{{ date('d/m/Y',strtotime($extrato->created_at)) }}
{{ date('d/m/Y',strtotime($extrato->datavencimento)) }}
{{ $extrato->status }}
--}} @switch($extrato->status) @case('A')Aguardando
@break @case('p')'Pago'
@break @case('PP')Pago Parcial
@break @default @endswitchCRÉDITO
@elseDÉBITO
@endifR$ {{ number_format($extrato->valor, 2, ',', '.') }}