@extends('livewire.forms.input-template') @section('auto-update') @parent @overwrite @section('pending') @parent @overwrite @isset($filled_input) @section('render') @if ($filled_input?->media->count()) {{ $filled_input?->media->path }} @else
No file
@endif @overwrite @section('display') @if ($filled_input?->media->count()) {{ $filled_input?->media->path }} @elseNo file
@endif @overwrite @section('other') @if ($filled_input?->media->count()) {{ $filled_input?->media->path }} @elseNo file
@endif @overwrite @endisset