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

FTP CDR Template

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

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