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

Dashboard OPALESCE Version 1.0

{!! Breadcrumbs::render('authprofile', $admin) !!}
User profile picture

{{$admin->name}}

@endsection @section('javascripts') @endsection