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

Meus Relatórios

Gerar relatórios

{!! Form::open(['url' => action('Gestao\RelatorioController@postGerarIndividual'), 'method' => 'post', 'class' => 'form-horizontal', "id" => "form_relatorio"]) !!} {!! Form::label('tipo', 'Tipo de Relatório') !!}
{!! Form::label('tipo', 'Excel') !!}
{!! Form::submit("Gerar relatório", ["class" => "btn btn-success btn-fill"]) !!} {!! Form::close() !!}
@endsection @push('scripts') @endpush