FIX: Ignoring upload resources from ui

This commit is contained in:
2021-12-22 23:11:51 -03:00
parent 93f77bfbb8
commit a5428b252e
4 changed files with 85 additions and 2 deletions

View File

@ -0,0 +1,14 @@
@extends('config.base')
@section('config_content')
<h1 class="ui header">
@hasSection('uploads_title')
Archivo @yield('uploads_title')
@else
Archivos
@endif
</h1>
<div class="ui segment">
@yield('uploads_content')
</div>
@endsection