@extends('layout.with-main') @section('title') {{ __('common.user') }} {{ __('user.rsskeys') }} - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__staff-rsskey--index') @section('main') @livewire('rsskey-search') @endsection