mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
11 lines
559 B
PHP
11 lines
559 B
PHP
@extends('layouts.main')
|
|
|
|
@section('content')
|
|
<x-page-header title="Welcome back" eyebrow="Your index workspace" description="Jump back into browsing releases, searching the index, or managing your account." icon="fas fa-house">
|
|
<x-slot:actions>
|
|
<a href="{{ route('search') }}" class="workspace-hero__action"><i class="fas fa-search" aria-hidden="true"></i>Search</a>
|
|
<a href="{{ route('All') }}" class="workspace-hero__action"><i class="fas fa-list-ul" aria-hidden="true"></i>Browse</a>
|
|
</x-slot:actions>
|
|
</x-page-header>
|
|
@endsection
|