@extends('layouts.main') @section('title') {{ __('author') }} @endsection @section('content')

{{ __('author') . ' ' . __('list') }}

{{-- --}} @canany(['author-edit']) @endcanany
{{ __('id') }} {{ __('user_name') }} {{ __('user_name') }} {{ __('bio') }}{{ __('telegram_link') }} {{ __('linkedin_link') }} {{ __('facebook_link') }} {{ __('whatsapp_link') }}{{ __('status') }}{{ __('operate') }}
{{-- Modal starts --}} {{-- Modal ends --}}
@endsection @section('script') @endsection