@extends('main') @section('title', " Author $author->name") @section('Breadcrumbs') {!! Breadcrumbs::render('viewmainauthors', $author) !!} @endsection @section('content')
User Avatar
{{count($author->microunitsapproved)}}
{{Lang::choice('messages.microunits', $author->microunitsapproved)}}
{{ count($author->suitesapproved) }}
{{Lang::choice('messages.suites', $author->suitesapproved)}}
{{$author->viewcounter}}
{{Lang::choice('messages.views', $author->viewcounter)}}
@if(!count($results)) @include('partials._messages') @else @foreach ($results as $result)
User Image {{$result->category->name}} Published: {{ date('j M Y', strtotime($result->created_at)) }}
Photo
@if ($result->muid) Microunit: {{$result->muid}} @else Suite: {{$result->suiteid}} @endif
@endforeach @endif
{{$results->appends([])->links()}}
@endsection