@php $lang = selectedLang(); $service_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::SERVICE_SECTION); $service = App\Models\Admin\SiteSections::getData( $service_slug)->first(); $merchant_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::MERCHANT_SECTION); $merchant = App\Models\Admin\SiteSections::getData( $merchant_slug)->first(); $agent_info_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::AGENT_SECTION); $agent_info = App\Models\Admin\SiteSections::getData( $agent_info_slug)->first(); @endphp
{{ __(@$merchant->value->language->$lang->details) }}
{{ __(@$agent_info->value->language->$lang->bottom_details) }}
{{ __(@$service->value->language->$lang->details) }}
{{ @$item->language->$lang->sub_title }}
{{ @$item->language->$lang->sub_title }}
{{ @$item->language->$lang->sub_title }}