@extends('layouts.main') @section('content')
{{ number_format(count($results)) }} saved
RSS Feed

Your download basket can also be accessed via an RSS feed. Some NZB downloaders can read this feed and automatically start downloading.

@if(count($results) > 0)
My Download Basket
With Selected:
@foreach($results as $result) @continue(!$result->release)
{{ \Carbon\Carbon::parse($result->created_at)->diffForHumans() }}
@endforeach
Found {{ count($results) }} items in your basket
With Selected:
@else

Your basket is empty

Add some releases to your download basket to get started.

Browse Releases
@endif
@endsection