@extends('layouts.dashboard') @section('title', 'Folha de Pagamento') @section('title-dashboard') Folha de Pagamento @endsection @section('option-dashboard')
{!! Form::open(['route' => 'folha_pagamentoFiltrar', 'class' => 'horizontal-form', 'files' => true]) !!}

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

:message

') !!}
{!! Form::label('m', trans('folha_pagamento.mes'), ['class' => 'control-label']) !!} {!! Form::select('m', $meses,null, ['class' => 'form-control','placeholder'=>'Escolha um Mês']) !!} {!! $errors->first('m', '

:message

') !!}
{!! Form::label('a', trans('folha_pagamento.ano'), ['class' => 'control-label']) !!} {!! Form::number('a', date('Y'), ['class' => 'form-control']) !!} {!! $errors->first('a', '

:message

') !!}
{!! Form::close() !!}
@endsection @section('pg-home') @endsection @section('content') @parent Pagamento
@include('folha_pagamento/create')
@if($displayEdit == 'displayblock') @include('folha_pagamento/edit') @endif

( ! ) Fatal error: Class 'Session' not found in /home/radicalf/public_html/grupofrota/resources/views/folha_pagamento/index.blade.php on line 138
Call Stack
#TimeMemoryFunctionLocation
10.0018239256{main}( ).../index.blade.php:0