@extends('layouts.app') @push('style') @endpush @section('content') @if (session('error'))
@endif

{{ __('applabels.Authors') }}

{{ __('applabels.SM') }} {{ __('applabels.Author') }} {{ __('applabels.Email') }} {{ __('applabels.Blocked') }} {{ __('applabels.datatable date time') }} {{ __('applabels.datatable Edit' ) }} {{ __('applabels.datatable Delete' ) }}
@include('authors.modalpopup.editcreate') @include('components.modalalert') @push('scripts') @endpush @endsection