@extends ('backend.layouts.app') @section('title', trans('labels.backend.authors.management')) @section('page-header')

{{ trans('labels.backend.authors.management') }}

@endsection @section('content')

{{ trans('labels.backend.authors.management') }}

@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