@php /** @var \App\View\Widget $w */ @endphp
@if($w->prepend)
{!! $w->prepend !!}
@endif attributes !!}> @if($w->append)
{!! $w->append !!}
@endif @if ($errors->has($w->name)) {{ $errors->first($w->name) }} @endif
@include('form._help', ['mobile' => false])