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

Filter

{{ Form::select('AccountID',$accounts,Input::get('AccountID'), array("class"=>"select2","id"=>"bulk_AccountID",'allowClear'=>'true')) }}
{{ Form::select('jobStatus', $jobStatus, '', array("class"=>"select2","data-type"=>"trunk")) }}
{{Form::select('jobType', $jobTypes, '' ,array("class"=>"form-control select2"))}}

@stop @section('content')

Auto Import

@if(User::checkCategoryPermission('AutoRateImport','View')) Import Inbox Settings Vendor Settings Rate Table Settings @endif

Type Header Created Job ID Status Action
@include('includes.errors') @include('includes.success') @stop @section('footer_ext') @parent @stop