@section('title', 'View Author') @push('script') @endpush @push('style') @endpush @section('toolbar') @endsection @if ($author->thumbnail) @else @endif {{ $englishName }} {{ $author->status }} @foreach ($languages as $id => $language) {{ $language->name }} @endforeach @include('author::admin.tabs.tabView.authorInfo')