@extends('layouts/layoutMaster') @section('title', $title) @section('content')
ePayco

{{ $title }}

{{ $message }}

Referencia
{{ $reference }}
Transacción
{{ ($providerReference ?? '') !== '' ? $providerReference : 'Pendiente de confirmación' }}
Estado local
{{ $payment->statusLabel() }}
{{ $returnLabel }}
@endsection