@extends('layouts.main') @section('title') {{ __('Payment') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if(false) @endif
{{ __('ID') }} {{ __('Client Name') }} {{ __('Voucher') }} {{ __('Amount') }} {{ __('Transaction Id') }} {{ __('Contract Id') }} {{ __('Cuotas Asociadas') }} {{ __('Payment Date') }} {{ __('Payment Gateway') }} {{ __('Status') }} {{ __('Status Number') }}
@endsection @section('script') @endsection