@extends('layouts.nova.content-layout') @section('page-content')
{{-- Feed list --}}

Available Feeds

{{-- About RSS --}}

About RSS

RSS is a family of web feed formats used to publish frequently updated digital content, such as blogs, news feeds, or upload streams. By subscribing to an RSS feed you can follow Skinbase updates in your favourite feed reader without needing to visit the site.

How to subscribe

Copy one of the feed URLs above and paste it into your feed reader (e.g. Feedly, Inoreader, or any app that supports RSS 2.0). The reader will automatically check for new content and notify you of updates.

Feed formats

RSS delivers its information as an XML file. Our feeds include title, description, author, publication date, and a media thumbnail for each item.

@push('head') @foreach ($feeds as $key => $feed) @endforeach @endpush @endsection