@extends('layout.sidebar') @section('content') @section('title','Buscar empleado') {{ Form::hidden('hdnEmployees', action('EmployeeController@getEmployees', array()), array('id'=>'hdnEmployees')) }} {{ Form::open(array('url' => action('EmployeeController@postEmployee', array()), 'class' => 'form-signin', 'method' => 'POST','id'=>'frmSearchEmployee')) }}