@extends('ventas.base') @section('venta_subtitle') Crédito @endsection @section('venta_content') @php($credito = $venta->formaPago()->credito)
Fecha
{{$credito->pago->fecha->format('d-m-Y')}}
Banco
@if (isset($credito->pago->banco)) {{$credito->pago->banco->nombre}} @else No definido @endif
Valor
{{$format->ufs($credito->pago->valor())}}
@endsection @push('page_styles') @endpush @push('page_scripts') @endpush