@extends('layouts.baseprocrud') @section('content') @include('_pagos.webpaypluspayment.top')

Modificar WebPayPlus Payment

{!!Form::model($webpayPayment, ['route'=>['webpayplusPayments.update', $webpayPayment->id], 'method'=>'PUT', 'files'=>true, 'id'=>'webpayplusPaymentForm' ]) !!} @include('_pagos.webpaypluspayment.campos')
{!!Form::close()!!} {!!Form::open(['route'=>['webpayplusPayments.destroy', $webpayPayment->id], 'method'=>'DELETE', 'style'=>'display:inline;' ]) !!} {!!Form::submit('Eliminar', ['class'=>'btn btn-danger btn-pill mt-2' ] ) !!} {!!Form::close()!!}
@endsection