@php($paginationLimit = \App\Models\BusinessSetting::where('key', 'pagination_limit')->first()->value)
@php($currencyCode = \App\Models\BusinessSetting::where('key', 'currency')->first()->value)
@php($shopLogo = \App\Models\BusinessSetting::where('key', 'shop_logo')->first()->value)
@php($favIcon = \App\Models\BusinessSetting::where('key', 'fav_icon')->first()->value)