@php $faviconUrl = GetSettingValue('favicon') ? setBaseUrlWithFileName(GetSettingValue('favicon'),'image','logos') : asset('img/logo/favicon.png'); @endphp @yield('title', GetSettingValue('app_name')) @include('frontend::layouts.head') @include('frontend::components.partials.head.plugins') @stack('after-styles') @php $currentLang = App::currentLocale(); $langFolderPath = base_path("lang/$currentLang"); $filePaths = \File::files($langFolderPath); @endphp @foreach ($filePaths as $filePath) @php $fileName = pathinfo($filePath, PATHINFO_FILENAME); $arr = require $filePath; @endphp @endforeach
@php $loader_gif = GetSettingValue('loader_gif') ? setBaseUrlWithFileName(GetSettingValue('loader_gif'), 'image', 'logos') : asset('img/logo/loader.gif'); @endphp Loading... {{--
Loading...
--}}
@include('frontend::layouts.header')
@yield('content')
{{-- @include('frontend::components.card.card_detail') --}} @include('frontend::layouts.footer') @include('frontend::components.partials.scripts.plugins') @include('frontend::components.partials.back-to-top') @if (session('success')) @endif @if (session('purchase_success')) @endif @stack('after-scripts')