@extends ('backend.layouts.app') @section ('title', trans('labels.backend.authors.management')) @section('content')
@include('backend.authors.partials.authors-header-buttons')
{{ trans('labels.backend.authors.table.id') }} Name Email Designation Mobile photo {{ trans('labels.backend.authors.table.createdat') }} Status {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') {{-- For DataTables --}} @endsection