@extends('admin.dashboard') @section('stylesheets') @endsection @section('title', "View Profile: $author->name.' '.$author->lastname") @section('content')

Dashboard OPALESCE Version 1.0

{!! Breadcrumbs::render('viewauthors', $author) !!}
User profile picture

{{$author->name}} {{$author->lastname}}

{{$author->profession}}

About Me

Language

{{$author->language->language}}


Profession

{{$author->profession}}


Email

{{$author->email}}


Description

{{$author->description}}

@endsection @section('javascripts') @endsection