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

Пользователи

@include('common.msg')
{{ Form::open(array('url' => url('users'), 'method' => 'get', 'id' => 'search_form', 'name' => 'search_form')) }} {{ Form::submit('Ok', ['style' => 'visibility: hidden; position: absolute; z-index: -1;']) }}
Фильтр
{{ Form::select('department', $departments, '', ['id' => 'department', 'class' => 'form-control input-large select2me', 'title' => '']) }}
{{ Form::select('last_activity', $activities, '', ['id' => 'last_activity', 'class' => 'form-control input-large select2me', 'title' => '']) }}
{!! csrf_field() !!} {{ Form::close() }}
@endsection