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

Filter

{{--
--}}
{{ Form::select('level', ["T"=>"Trunk","S"=>"Service"], 'T', array("class"=>"select2 level","data-type"=>"level")) }}
{{ Form::select('TrunkID', $trunks, '', array("class"=>"select2","data-type"=>"trunk")) }}
{{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 Rate Table

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

{{-- Service Level --}}
Account Name Inbound Rate Table Outbound Rate Table Service Name Action
{{-- Trunk Level--}}
Account Name Rate Table Trunk Status Action
@include('includes.errors') @include('includes.success') @include('trunk.trunkmodal') @include('currencies.currencymodal') @stop @section('footer_ext') @parent @stop