@extends('layouts.dashboard') @section('title', 'Vales') @section('title-dashboard') Vales @endsection @section('option-dashboard')
{!! Form::open(['route' => 'funcionarios_valesFiltrar', 'class' => 'horizontal-form', 'files' => true]) !!}
{!! Form::label('funcionario_filtro', trans('funcionarios_vales.funcionario_id'), ['class' => 'control-label']) !!} {!! Form::select('funcionario_filtro', $funcionarios, null, ['class' => 'form-control select2','id' => 'funcionario_filtro', 'placeholder'=>'TODOS OS FUNCIONARIOS']) !!} {!! $errors->first('funcionario_filtro', '

:message

') !!}

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

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