@extends('layout') @section('content') {{ Form::open(array('url' => 'indicator/save','files' => true)) }}
@if(Session::has('message'))
{{ Session::get('message')}}
@endif
Archivo
@if($errors->has('excelfile'))
{{ $errors->first('excelfile') }}
@endif
{{ Form::submit('Subir Archivo',array('class' => 'btn btn-primary')) }}
{{ Form::close() }} @stop @section('scripts') @stop