Created
January 14, 2021 04:25
-
-
Save HDVinnie/ad836d99e5864a9f8e1ae7028a7ab7d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layout.default') | |
@section('title') | |
<title>@lang('torrent.torrents') - {{ config('other.title') }}</title> | |
@endsection | |
@section('breadcrumb') | |
<li> | |
<a href="{{ route('torrents.index') }}" itemprop="url" class="l-breadcrumb-item-link"> | |
<span itemprop="title" class="l-breadcrumb-item-link-title">@lang('torrent.torrents')</span> | |
</a> | |
</li> | |
@endsection | |
@section('content') | |
<div> | |
@livewire('torrent-list-search') | |
</div> | |
@endsection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment