@php use Illuminate\Support\Facades\Auth; use Modules\SubscriptionPlan\Entities\BusinessSubscription; $app = \App\AdminSetting::first(); $currentLanguage = app()->getLocale(); $language = \App\Language::where('name', $currentLanguage)->first(); @endphp