@extends('adminlte::page') @section('title','Importer') @section('content_header')
| {!! Form::label( 'Opload file') !!} | {!! Form::file( 'select_file') !!} | {!! Form::submit(Lang::get('Upload'), array('class' => 'btn btn-success')) !!} {!!Form::close()!!} |
| podržani formati: .xls, .xslx |