@extends('layout.default') @section('title') {{ __('torrent.torrents') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('content') @livewire('torrent-search') @endsection