@extends('admin.index') @section('title', 'Shipping Methods') @section('content')
ID Name Active Calculate Tax Rate
Name
{!! Form::select('method_id', $shippingmethodcode ,'', array('id'=>'method_id')) !!}
Description
Status
{!! Form::select('status', $yesno ,'', array('id'=>'status')) !!}
Calculate Tax
{!! Form::select('is_calculate_tax', $yesno ,'', array('id'=>'is_calculate_tax')) !!}
Rate
Notes