@extends('frontend.layouts.developer_master') @php $lang = selectedLang(); $faq_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::DEVELOPER_FAQ_SECTION); $faq = App\Models\Admin\SiteSections::getData( $faq_slug)->first(); @endphp @section('content')
{{ __(@$item->language->$lang->answer) }}
@endforeach @endif{{ __(@$faq->value->language->$lang->bottom_text) }}