@extends('layouts.app') @section('content')
| ID | {{ $recorrencia->id }} |
|---|---|
| {{ trans('recorrencias.cliente_id') }} | {{ $recorrencia->cliente_id }} |
| {{ trans('recorrencias.merchantname') }} | {{ $recorrencia->merchantname }} |
| {{ trans('recorrencias.buyername') }} | {{ $recorrencia->buyername }} |