@extends('admin.layouts.app') @section('page_title', __('Authors')) @section('content')

@lang('Authors')

@lang('Create Author')
@forelse($authors as $key => $item) @empty @endforelse
@lang('Name') @lang('Location') @lang('Status') @foreach($allLanguage as $language) {{ $language->name }} Flag @endforeach @lang('Action')
Image Description
@lang(optional($item->details)->name)
@lang(optional($item->details)->address) @if($item->status == 0) @lang('Inactive') @elseif($item->status == 1) @lang('Active') @endif @foreach($allLanguage as $language) @endforeach
Image Description Image Description

@lang("No data to show")

@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush