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