@extends('themes.default1.layouts.agentblank') @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')

{{$users->full_name}}

{{Lang::get('lang.name')}}
{{Lang::get('lang.email')}}
{{$users -> email }}
{{Lang::get('lang.organization')}}
{{Lang::get('lang.status')}}
{{Lang::get('lang.created')}}
{{$users -> created_at}}
{{Lang::get('lang.last_updated')}}
{{$users -> updated_at}}
@section('FooterInclude') @stop @stop @stop @section('FooterInclude') @stop