@extends('adminlte::page') @section('title', $pageTitle) @section('content_header')

{{ $pageTitle }}

@stop @section('content') @include('user.partials.tabs')
{!! Form::open(array('url'=>'user/delete/', 'class'=>'form-horizontal dataTablesForm')) !!}
Avatar First Name Last Name Email Active Last Activity Actions
{!! Form::close() !!} @if(Laratrust::can('create-UserController'))  {{ Lang::get('core.btn_create') }} @endif
@section('js') @stop @stop