@extends('layout.with-main')
@section('title')
{{ __('mediahub.networks') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('mediahub.title') }}
{{ __('mediahub.networks') }}
@endsection
@section('page', 'page__network--index')
@section('main')
@livewire('tmdb-network-search')
@endsection