{{Form::select('selection[CountryCode]', $columns,(isset($attrselection->CountryCode)?$attrselection->CountryCode:''),array("class"=>"select2 small"))}}
{{Form::select('selection[MCC]', $columns,(isset($attrselection->MCC)?$attrselection->MCC:''),array("class"=>"select2 small"))}}
{{Form::select('selection[MNC]', $columns,(isset($attrselection->MNC)?$attrselection->MNC:''),array("class"=>"select2 small"))}}
{{Form::select('selection[MCCMNC]', $columns,(isset($attrselection->MCCMNC)?$attrselection->MCCMNC:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Network]', $columns,(isset($attrselection->Network)?$attrselection->Network:''),array("class"=>"select2 small"))}}
{{Form::select('selection[DateFormat]',Company::$date_format ,(isset($attrselection->DateFormat)?$attrselection->DateFormat:''),array("class"=>"select2 small"))}}
{{Form::select('selection[EffectiveDate]', $columns,(isset($attrselection->EffectiveDate)?$attrselection->EffectiveDate:''),array("class"=>"select2 small"))}}
{{Form::select('selection[EndDate]', $columns,(isset($attrselection->EndDate)?$attrselection->EndDate:''),array("class"=>"select2 small"))}}
{{Form::select('selection[Action]', $columns,(isset($attrselection->Action)?$attrselection->Action:''),array("class"=>"select2 small"))}}
{{-- Timezones wise rate mapping --}} @if(count($AllTimezones) > 0) @foreach($AllTimezones as $TimezoneID => $Title)
{{$Title}} Rate Mapping
{{Form::select('selection['.$Rate1Column.']', $columns,(isset($attrselection->$Rate1Column)?$attrselection->$Rate1Column:''),array("class"=>"select2 small"))}}
@endforeach @endif