@extends('layout.main') @section('content')

Update Code Deck

Close


Code Deck Detail
{{Form::select('CountryID', $countries, $codedeck->CountryID ,array("class"=>"form-control select2"))}}
{{ Form::select('codedeckid', $codedecklist, $codedeck->CodeDeckId , array("class"=>"select2")) }}
@include('includes.ajax_submit_script', array('formID'=>'codedecks-from' , 'url' => 'codedecks/update/'.$codedeck->RateID )) @stop