@if ($multiple)
@if ($withLabel) @endif
merge(["class" => "form-control tooltips"])}} title="{{ $tooltip }}" @if ($required && $value->isEmpty()) {{ "required" }} @endif accept="{{ $accept }}" >
@if ($value->isNotEmpty())
@foreach ($value as $file)
@if (!($required && $value->count() == 1)) @endif @if ($type == "file") @endif
@endforeach
@endif @else
@if ($withLabel) @endif
merge(["class" => "form-control tooltips"])}} title="{{ $tooltip }}" @if ($required && !$isExists) {{ "required" }} @endif accept="{{ $accept }}">
@if ($isExists)
@if (!$required) @endif {{-- --}}
@endif @endif