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

CDR Upload

@include('includes.errors') @include('includes.success')
Bulk Vendor CDR Upload
{{ Form::select('FileUploadTemplateID', $UploadTemplate, '' , array("class"=>"select2 small")) }}
{{ Form::select('CompanyGatewayID',$gateway,'', array("class"=>"select2")) }}
{{----}}

Allowed Extension .xls, .xlxs, .csv

{{--

Please upload the file in given Detail File Format

Sample File Detail File Download

--}}

@if(User::checkCategoryPermission('CDR','Upload')) @endif

@stop @section('footer_ext') @parent @stop