{{ localize('Select Payment Method') }}
@csrf @auth
{{ localize('Your current active package will be expired and This Will be active.') }}
@endauth
@if (count($payments) > 0) @foreach ($payments as $method)
@endforeach @endif
@include('frontend.common._offline_payment')