@extends('admin.index') @section('title', 'Payment Methods') @section('content')
ID Name Generate Invoice Invoice Status Order Status Active Sort Order
Name
{!! Form::select('method_id', $paymentmethodcode ,'', array('id'=>'method_id')) !!}
Description
Instructions
Automatically generate the invoice after placing an order
{!! Form::select('is_generate_invoice', $yesno ,'', array('id'=>'is_generate_invoice')) !!}
Set the invoice status after creating the invoice to
{!! Form::select('invoice_status', $invoicestatus ,'', array('id'=>'invoice_status')) !!} Note:Applicable if automatic generate invoice is enabled
Set the order status after creating the invoice to
{!! Form::select('order_status', $orderstatus ,'', array('id'=>'order_status')) !!} Note:Applicable if automatic generate invoice is enabled
Status
{!! Form::select('status', $yesno ,'', array('id'=>'status')) !!}
Sort Order