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

Listado de WebPayPlus Pago Payments

{!!Form::open(['url'=>'filtrarWebPayPlusPayment', 'method'=>'POST'])!!}
{!!Form::text('texto',null, ['class'=>'form-control','placeholder'=>'Ingrese el texto de su búsqueda '])!!}
{!!Form::close()!!}
@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}}
# Buy Order Session ID Amount Fecha Creación Acción
@if( Request::path() =='webpayplusPayments' ) @include('pagination.default-limit-links', ['paginator' => $webpayPayments, 'filters' => '']) @else @include('pagination.default-limit-links', ['paginator' => $webpayPayments, 'filters' => '&texto='. $texto ]) @endif
@endsection