@php $setting = App\Models\Utility::getAdminPaymentSettings(); if ($setting['color']) { $color = $setting['color']; } else { $color = 'theme-3'; } @endphp
@if ($color == 'theme-1') @endif @if ($color == 'theme-2') @endif @if ($color == 'theme-3') @endif @if ($color == 'theme-4') @endif