mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
18 lines
365 B
PHP
18 lines
365 B
PHP
@extends('layout.default')
|
|
|
|
@section('title')
|
|
<title>{{ __('common.subtitles') }} - {{ config('other.title') }}</title>
|
|
@endsection
|
|
|
|
@section('breadcrumbs')
|
|
<li class="breadcrumb--active">
|
|
{{ __('common.subtitles') }}
|
|
</li>
|
|
@endsection
|
|
|
|
@section('page', 'page__subtitle--index')
|
|
|
|
@section('content')
|
|
@livewire('subtitle-search')
|
|
@endsection
|