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

Items Upload

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

Allowed Extension .xls, .xlxs, .csv

Please upload the file in given File Format

Sample File Download

{{--@if(User::checkCategoryPermission('ITEM','Upload'))--}} {{--@endif--}}

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