@extends('site.layouts.app') @section('author-preference') active @endsection @section('content')
@include('site.pages.author.sidebar')
@csrf

{{ __('show_email_on_profile_page') }}

{{ __('show_author_on_post_detail') }}

@endsection