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

Settings

@include('accounts.errormessage')
Outgoing
@if(isset($trunks) && count($trunks)>0) @foreach($trunks as $trunk)
Trunk Prefix Show Prefix in Ratesheet Use Prefix In CDR Enable Routing Plan CodeDeck Base Rate Table Status
TrunkID]->Status) && $customer_trunks[$trunk->TrunkID]->Status == 1) checked @endif > {{$trunk->Trunk}} TrunkID]->IncludePrefix) && $customer_trunks[$trunk->TrunkID]->IncludePrefix == 1 ) checked @endif > TrunkID]->UseInBilling) && $customer_trunks[$trunk->TrunkID]->UseInBilling == 1) || (CompanySetting::getKeyVal('UseInBilling') == 1 && !isset($customer_trunks[$trunk->TrunkID]->UseInBilling))) checked @endif > TrunkID]->RoutinePlanStatus) && $customer_trunks[$trunk->TrunkID]->RoutinePlanStatus == 1 ) checked @endif > {{ Form::select('CustomerTrunk['.$trunk->TrunkID.'][CodeDeckId]', $codedecklist, $CodeDeckId , array("class"=>"select2 codedeckid")) }}