芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/frontend/partials/footer.blade.php
@php $lang = selectedLang(); $footer_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::FOOTER_SECTION); $footer = App\Models\Admin\SiteSections::getData( $footer_slug)->first(); $contact_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::CONTACT_SECTION); $contact = App\Models\Admin\SiteSections::getData( $contact_slug)->first(); $app_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::APP_SECTION); $appInfo = App\Models\Admin\SiteSections::getData( $app_slug)->first(); $type = Illuminate\Support\Str::slug(App\Constants\GlobalConst::USEFUL_LINKS); $policies = App\Models\Admin\SetupPage::orderBy('id')->where('type', $type)->where('status',1)->get(); @endphp
{{ __(@$footer->value->language->$lang->footer_text) }}
{{ $basic_settings->site_name }}
@if(isset($footer->value->items)) @foreach($footer->value->items ?? [] as $key => $item)
@endforeach @endif