@extends('master.index')
@section('content')
@include('users.partials.search')
{{ $title }}
@include('posts.partials.util-list')
@foreach($users as $user)
@endforeach
@include('posts.partials.sidebar')
{!! $users->appends(Input::except('page'))->render() !!}
@endsection