@props([ 'label' => '', 'required' => true, 'name' => '', 'model' => '', 'disabled' => false, 'accept' => 'image/*', 'multiple' => 'false', 'file' => '', 'help' => null, 'currenLogo' => false, 'helpProduct' => false, ]) @push('style') @endpush @pushOnce('script') @endPushOnce @if($label) @if($currenLogo) @endif @endif
@if($help || $helpProduct) @if($help) {{ $help }} @else @endif @endif
@error($model) {{ $message }} @enderror