@extends('layouts.app') @section('content')

{{trans('validation.attributes.retorno_bancario')}}

{!! Layout::buttonHelpIcon("http://help.descomplica.ocontainer.com/remessa-e-retorno-bancarios/",array('id'=>'btn_help', 'target'=>'_blank')) !!}
{!! Layout::openCardForm(array('action' => array($controller::pathMethod('storeRetornoBancario')), 'class' => "form-horizontal", 'files'=>true))!!}
{!!Form::label('arquivo', trans('validation.attributes.arquivo'), array('class' => 'col-md-3 control-label required'))!!}
{!!Form::file('arquivo', array('class' => 'form-control'))!!}
{!! Layout::buttonSubmit('Importar arquivo') !!}
{!! Layout::closeCardForm() !!}
@stop