@extends('painel.layouts.dashboard') @section('title', 'Relatório') @section('title-dashboard') Relatório @endsection @section('pg-home') @endsection @section('content') @parent @if ($errors->any()) @endif
Relatório
{!! Form::open(['route' => 'relatorioVisualizar', 'class' => 'horizontal-form','target'=>'_blank', 'files' => true]) !!}
@include ('painel.relatorio.form')
{!! Form::close() !!}
@endsection