@extends('layout.default') @section('title') {{ __('common.subtitles') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__subtitle--index') @section('content') @livewire('subtitle-search') @endsection