@extends('layouts.layout') @section('title', 'Manage Payment') @section('content')

Manage Payment


Manage Payment
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif {!! Form::model($payment,['route'=>['payment_update',$payment->id],'method'=>'PUT']) !!}

PayPal Business Email :

PerfectMoney UID :

PerfectMoney Secret Code :

{!! Form::submit('Update Payment Setting', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
{!! Form::close() !!}
@endsection