@unless(count($methods) == 0)
@foreach($methods as $index => $method) @if($method['label'] == 'Custom') {{ \App\Models\CompanyGateway::find($method['company_gateway_id'])->firstOrFail()->getConfigField('name') }} @elseif($total > 0) {{ $method['label'] }} @endif @endforeach
@endunless