@extends('layouts.main') @section('title') {{ __('Ver Contrato') }} @endsection @section('page-title')
Datos de Contrato
{{ $res->property->title }}
{{ $res->customer->name }}
{{ $res->collection_id }}
{{ $res->init }}
{{ $res->end }}
{{ $res->property->company }}
{{ $res->property->month_deposits }}
{{ $res->property->month_in_advance }}
Cuotas de Contrato
| Fecha | Monto | Service Fee | Comisión | Pagado | |
|---|---|---|---|---|---|
| {{ $an->end_date }} | {{ $an->amount }} | {{ $an->service_fee }} | {{ $an->comision }} | @if ($an->is_paid == 0)NO | @elseSI | @endif
| Fecha | Monto | Service Fee | Comisión | Pagado |