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

{{ $title }}

{{ $message }}

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