@extends('layouts.dashboard') @section('title', 'Relatório Plano Empresarial') @section('title-dashboard') Relatório Plano Empresarial @endsection @section('pg-home') @endsection @section('content') @parent
Relatório Plano Empresarial
{!! Form::open(['route' => 'relatorio-plano-empresarialPdf', 'class' => 'horizontal-form', 'target'=>'_blank','files' => true]) !!}

Dados do Relatório

{!! Form::select('tipo', array(''=>'TODOS','Empresarial Plus'=>'Empresarial Plus','Empresarial Light'=>'Empresarial Light','Convênio'=>'Convênio'), null, ['class' => 'form-control select2','id' => 'tipo']) !!} {!! $errors->first('tipo', '

:message

') !!}
{!! Form::select('status_id', array(''=>'TODOS','1'=>'ATIVOS','2'=>'INATIVOS','3'=>'EXCLUIDOS'), null, ['class' => 'form-control select2','id' => 'status_id']) !!} {!! $errors->first('status_id', '

:message

') !!}
{!! Form::close() !!}
@endsection