@props(['is_dark' => false]) @php $gatewayCurrency = App\Models\GatewayCurrency::whereHas('method', function ($gate) { $gate->where('status', Status::ENABLE); }) ->with('method') ->orderby('name') ->get(); $generalSetting = gs(); @endphp