Skip to content

Instantly share code, notes, and snippets.

@HDVinnie
Created January 14, 2021 04:25
Show Gist options
  • Save HDVinnie/ad836d99e5864a9f8e1ae7028a7ab7d3 to your computer and use it in GitHub Desktop.
Save HDVinnie/ad836d99e5864a9f8e1ae7028a7ab7d3 to your computer and use it in GitHub Desktop.
@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