@extends('layout.front.app') @section('title', __('front.authors')) @section('content')
@yield('title')
@php $description = "description_".appLangKey(); @endphp

{{ $setting->$description }}

@foreach ($writers as $writer) @endforeach
{{-- --}}
@endsection