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

Filter

{{ Form::select('CompanyGatewayID',$gateway,'', array("class"=>"select2")) }}
{{ Form::select('AccountID',$account,'', array("class"=>"select2")) }}
{{ Form::select('CurrencyID',$currency,$DefaultCurrencyID,array("class"=>"select2")) }}
{{ Form::select('CountryID',$Country,'', array("class"=>"select2")) }}
@if(User::is('AccountManager')) @else {{Form::select('UserID',$account_owners,Input::get('account_owners'),array("class"=>"select2"))}} @endif

@stop @section('content')
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @if((int)Session::get('customer') == 0) {{----}} {{----}} {{----}} @endif
Date@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_DATE")Hour@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_HOUR")Account Name@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_ACCOUNT_NAME")Country@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_COUNTRY")No. Of SMS@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_NO_OF_SMS")No. Of Failed SMS@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_NO_OF_FAILED_SMS")Total SMS@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_TOTAL_SMS")Total Cost@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_TOTAL_COST")ASR (%)@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_ASR")Margin@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_MARGIN")Margin (%)@lang("routes.CUST_PANEL_PAGE_SMS_ANALYSIS_TAB_TBL_MARGIN") (%)@lang("routes.CUST_PANEL_PAGE_ANALYSIS_TAB_DESTINATION_TBL_CHARGED_AMOUNT")
@include('smsanalysis.vendor_chart_by_type') @include('smsanalysis.vendor_chart_by_type_grid')
{{--@include('analysis.script')--}} @stop