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

Customer Rate Sheet Download

@include('accounts.errormessage')
Customer Rate Sheet Download
@foreach ($trunks as $trunk) @if(!empty($trunk->TrunkID))
@endif @endforeach
@foreach ($Timezones as $key => $value) @if(!empty($key))
@endif @endforeach
@if(!empty($VOS_RATEPREFIX_RATESHEET) && $VOS_RATEPREFIX_RATESHEET!='')
{{----}} {{ Form::select('RatePrefix', [''=>'Select']+$RatePrefixes, '' , array("class"=>"select2 small","id"=>"RatePrefix")) }}
@endif
{{ Form::select('Format', $rate_sheet_formates, Input::get('Format') , array("class"=>"select2 small","id"=>"fileformat")) }}
{{ Form::select('filetype', array(''=>'Select a Type'), Input::get('downloadtype') , array("class"=>"select2","id"=>"filetype",'allowClear'=>'true')) }}

Click here to select additional customer accounts for bulk ratesheet download.

Customer Name

Download

@stop @section('footer_ext') @parent @include('accounts.bulk_email') @stop