@extends('themes.default1.agent.layout.agent') @section('Users') class="active" @stop @section('user-bar') active @stop @section('user') class="active" @stop @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs') @stop @section('content')

{{Lang::get('lang.user')}}

{{Lang::get('lang.create_user')}}
@if(Session::has('success'))
Success! {{Session::get('success')}}
@endif @if(Session::has('fails'))
Alert! Failed. {{Session::get('fails')}}
@endif orderBy('id', 'ASC')->paginate(20); ?> @foreach($users as $user) @endforeach
{{Lang::get('lang.name')}} {{Lang::get('lang.status')}} {{Lang::get('lang.last_login')}} {{Lang::get('lang.action')}}
{{$user->user_name }} active == 1) { ?> {{ UTC::usertimezone($user->updated_at) }} {!! Form::open(['route'=>['user.destroy', $user->id],'method'=>'DELETE']) !!} {!! Lang::get('lang.edit') !!} {{--
--}} {!! Form::button(' '.Lang::get('lang.delete') ,['type' => 'submit', 'class'=> 'btn btn-warning btn-xs btn-flat', 'onclick'=>'return confirm("Are you sure?")']) !!} {{--
--}} {!! Form::close() !!}
setPath(url('/user'))->render();?> 
@section('FooterInclude') @stop @stop @stop @section('FooterInclude') @stop