@extends('layouts.master') @section('content')
@include('partials.messages')
@csrf {!! button('Upload')->class('btn btn-purple')!!}
@if(!empty($uuid))
{!! button('Redownload torrent for seeding')->type('link') ->href(route('torrent.download', [$uuid])) ->icon('fas fa-download') ->class('btn btn-success btn-lg') !!}
@endif
@stop