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

Filter

{{Form::select('CurrencyID',Currency::getCurrencyDropdownIDList(),(Input::get('CurrencyID')>0?Input::get('CurrencyID'):$DefaultCurrencyID),array("class"=>"select2"))}}
{{ Form::select('CompanyGatewayID',$gateway,Input::get('CompanyGatewayID'), array("class"=>"select2","id"=>"bluk_CompanyGatewayID1")) }}
{{ Form::select('AccountID',$accounts,Input::get('AccountID'), array("class"=>"select2","id"=>"bulk_AccountID",'allowClear'=>'true')) }}
{{ Form::select('zerovaluebuyingcost',$options,'', array("class"=>"select2 small","id"=>"bulk_AccountID",'allowClear'=>'true')) }}

@stop @section('content')

Vendor SMS

@if(User::checkCategoryPermission('SMS','Delete') ) @endif
@include('includes.errors') @include('includes.success')
Account Name EDR Date Dnis Cost Network Country Message MCMNC EDR Status Service Message ID
@stop @section('footer_ext') @parent @stop