@include('frontend.user.includes.head') @include('frontend.user.includes.styles')
@if (subscription()->is_canceled)

{{ lang('Your subscription has been canceled, please contact us for more information', 'alerts') }}

@endif @if (!subscription()->plan->is_free && subscription()->is_expired && !subscription()->is_canceled)

{{ lang('Your subscription has been expired, Please renew it to continue using the service.', 'user') }}

@endif @if (!subscription()->plan->is_free && subscription()->remining_days < 6 && !subscription()->is_expired && !subscription()->is_canceled)

{{ lang('Your subscription is about expired, Renew it to avoid deleting your files.', 'user') }}

@endif
@yield('title')
@include('frontend.user.includes.breadcrumb')
@hasSection('status_dropdown') @endif @hasSection('back') {{ lang('Back', 'user') }} @endif @hasSection('link') @endif @if (request()->routeIs('user.transfers.show') && !isExpiry($transfer->expiry_at) && $transfer->status) @endif @if (request()->routeIs('user.subscription') || request()->routeIs('user.transfers.index')) {{ lang('Start Transfer', 'user') }} @endif @if (request()->routeIs('user.notifications')) @if ($unreadUserNotifications) {{ lang('Make All as Read', 'user') }} @else @endif @endif
@yield('content')
@include('frontend.configurations.config') @include('frontend.configurations.widgets') @include('frontend.user.includes.scripts')