@extends('main') @section('title', ' Authors') @section('Breadcrumbs') {!! Breadcrumbs::render('mainauthors') !!} @endsection @section('SearchLetters') @include('partials._searchletter') @endsection @section('content')
@foreach ($authors as $author)
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)}}
@endforeach
{{$authors->links()}}
@endsection