@extends('layout.default')
@section('title')
{{ __('mediahub.networks') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('mediahub.title') }}
{{ __('mediahub.networks') }}
@endsection
@section('content')
@livewire('network-search')
@endsection