@csrf @method('PATCH')

{{ __('Subscription') }}

@foreach($packages as $package) @endforeach
@if (getSetting('using_mikrotik') && ($user->mikrotik_connection_type == "PPP"))
@foreach($ppp_profiles as $profile) @endforeach
@endif @if (getSetting('using_mikrotik') && ($user->mikrotik_connection_type == "HotSpot"))
@foreach($hotspot_profiles as $profile) @endforeach
@endif
{{ __('Save') }}