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

{{ $pageNote }}

@php( $prefix = \bsetecHelpers::getdbprefix()) @if($row->active == 1) @else @endif
{{ Lang::get('core.avatar') }} {!! SiteHelpers::customavatar($row->email,$row->id,'small') !!}
{{ Lang::get('core.group') }} {{ $row->group_id }}
{{ Lang::get('core.Username') }} {{ $row->username }}
{{ Lang::get('core.firstname') }} {{ $row->first_name }}
{{ Lang::get('core.lastname') }} {{ $row->last_name }}
{{ Lang::get('core.dob') }} {{ $row->dob }}
{{ Lang::get('core.email') }} {{ $row->email }}
{{ Lang::get('core.phone') }} {{ $row->phone }}
{{ Lang::get('core.Categories') }} {{ $user_cat_name }}
{{ Lang::get('core.Created At') }} {{ $row->created_at }}
{{ Lang::get('core.lastlogin') }} {{ $row->last_login }}
{{ Lang::get('core.Updated At') }} {{ $row->updated_at }}
Status {!! "Active" !!} {!! "Inactive" !!}
@if(count($instructor))

{{ Lang::get('core.instructor_info') }} {{ Lang::get('core.instructor_desc') }}

Headline {{$instructor->headline}}
Biography {{ strip_tags($instructor->biography) }}
Billing address {{ strip_tags($instructor->b_address) }}
Billing city {{$instructor->b_city}}
Billing Country {{$instructor->b_country}}
Billing phone {{$instructor->b_phone}}
Billing zip {{$instructor->b_zip}}
Paypal Email {{$instructor->p_email}}
Paypal Address {{ strip_tags($instructor->p_address)}}
Paypal City {{$instructor->p_city}}
Paypal zip {{$instructor->p_zip}}
Paypal Country {{$instructor->p_country}}
@endif
@stop