@extends('author.dashboard')
@section('stylesheets')
@endsection
@section('title', "View Profile: $admin->name")
@section('content')
{{$admin->name}}
@include('author.profile.tabs.microunits')
@include('author.profile.tabs.suites')
@include('author.profile.tabs.settings')
@endsection
@section('javascripts')
@endsection