@extends('layouts.master') @section('page-styles') @stop @section('page-script') @stop @section('content')

Profile Settings | MyAccount

{{-- BEGIN PROFILE SIDEBAR --}}
{{-- PORTLET MAIN --}}
{{-- SIDEBAR USERPIC --}}
@if(empty(auth::user()->author->profile_pic)) @else @endif
{{-- SIDEBAR USER TITLE --}}
{{ ucfirst(auth::user()->first_name) }} {{ ucfirst(auth::user()->last_name) }}
{{ ucfirst(auth::user()->author->designation) }}
{{-- SIDEBAR BUTTONS --}}
@if(auth::user()->status == 1) @elseif( auth::user()->status == 2) @else @endif
{{-- END PORTLET MAIN --}} {{-- PORTLET MAIN --}}
37
Manuscripts
{{$keywordCount}}
Keywords
@if(!empty(auth::user()->author->website_url)) @endif @if(!empty(auth::user()->author->twitter_url)) @endif @if(!empty(auth::user()->author->facebook_url)) @endif
{{-- END PORTLET MAIN --}}
{{-- END BEGIN PROFILE SIDEBAR --}} {{-- BEGIN PROFILE CONTENT --}}
{{-- Profile Information --}}
@include('auth.settings.author.profile')
{{-- Change Avator --}}
@include('auth.settings.author.change_avator')
{{-- Change Password --}}
@include('auth.settings.author.change_password')
{{-- END PROFILE CONTENT --}}
@stop