mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-12 07:00:55 +01:00
16 lines
294 B
PHP
16 lines
294 B
PHP
@extends('layout.with-main')
|
|
|
|
@section('title')
|
|
<title>Missing Media</title>
|
|
@endsection
|
|
|
|
@section('breadcrumbs')
|
|
<li class="breadcrumb--active">Missing Media</li>
|
|
@endsection
|
|
|
|
@section('page', 'page__missing--index')
|
|
|
|
@section('main')
|
|
@livewire('missing-media-search')
|
|
@endsection
|