@extends('layouts.dashboard') @section('title', 'Transferências') @section('title-dashboard') Transferências @endsection @section('pg-home') @endsection @section('content') @parent
Transferências
{!! Form::open(['route' => 'relatorio-transferenciasPdf', 'class' => 'horizontal-form', 'target'=>'_blank','files' => true]) !!}

Dados do Relatório

{!! Form::label('empresa_id', trans('relatorios.empresa_id'), ['class' => 'control-label']) !!}
{!! $errors->first('empresa_id', '

:message

') !!}
{!! Form::label('produto_id', trans('relatorios.produto_id'), ['class' => 'control-label']) !!}
{!! Form::close() !!}
@endsection