@extends('layouts.app') @section('head') @endsection @php $locale = session('lang'); @endphp @section('content')
{{ __('auth.Service management', [], $locale) }}
{{ __('auth.Service blocking', [], $locale) }} {{ __('auth.Replacement of the tariff plan', [], $locale) }}
@csrf

{{ __('auth.Blocking the service - the ability to temporarily suspend the viewing of retransmitted channels included in the package to which the subscriber is subscribed, for a period of one to twelve months without charging a subscription fee for the specified period. The service will be blocked only from the 1st day of the next month.', [], $locale) }}


{{ __('auth.Number of months', [], $locale) }}:
@if(session('success'))
{{session('success')}}
@endif @if(session('error'))
{{session('error')}}
@endif
@endsection @section('foot') @endsection