@php $settings = App\Models\Setting::where('type', 'OTHER_SETTING')->where('key','OTHER_SETTING')->first(); $othersetting = json_decode($settings->value); $onlinepayment = $othersetting->online_payment; @endphp