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

Filter

{{ Form::select('services', $allservice, '', array("class"=>"select2","data-type"=>"service")) }}
{{Form::select('Currency', $currencies, $CurrencyID ,array("class"=>"form-control select2 currency"))}}
{{Form::select('SourceCustomers[]', $all_customers, array() ,array("class"=>"form-control select2",'multiple','id'=>"Customerlist"))}}
{{Form::select('RateTableId', $rate_tables, array() ,array("class"=>"form-control select2","id"=>"RateTableId"))}}

@stop @section('content')

Apply SMS Rate Table

@if(User::checkCategoryPermission('RateTables','Add')) Change Selected @endif

{{-- Service Level --}}
Account Name SMS Rate Table Service Name Action
@include('includes.errors') @include('includes.success') @include('currencies.currencymodal') @stop @section('footer_ext') @parent @stop