WebpayPlus Payment
@foreach($webpayPayments as $webpayPayment) @endforeach
# Buy Order Session ID Amount Fecha Creación Acción
{{$webpayPayment->id}} {{$webpayPayment->buy_order}} {{$webpayPayment->session_id}} {{$webpayPayment->amount}} {{$webpayPayment->created_at}} {!!Form::open(['route'=>['reparacionWebPayPlusPayment.destroy',$webpayPayment->pivot->id], 'method'=>'DELETE', 'style'=>'display:inline;' ]) !!} {!!Form::submit('Eliminar', ['class'=>'btn btn-danger btn-pill ml-2' ] ) !!} {!!Form::close()!!}
@include('_pagos.reparacionpago.modal.webpayplusModal')