@extends('layout.with-main') @section('title') {{ __('torrent.torrents') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('page', 'page__torrent--index') @section('main') @livewire('torrent-search') @endsection