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