@extends('layout.with-main-and-sidebar') @section('title') {{ $user->username }} - Security - {{ __('common.members') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('page', 'page__user-rsskey--index') @section('main')

{{ __('user.rsskeys') }}

@forelse ($rsskeys as $rsskey) @empty @endforelse
{{ __('user.rsskey') }} {{ __('common.created_at') }} {{ __('user.deleted-on') }} {{ __('common.status') }}
{{ $rsskey->content }} @if ($loop->first) {{ __('common.active') }} @else {{ __('stat.disabled') }} @endif
No rsskey history
@endsection @section('sidebar')

{{ __('user.reset-rss') }}

@csrf @method('PATCH')

{{ __('user.reset-rss-help') }}.

@endsection