{{-- Select One @foreach ($VoucherTypes as $VoucherType) title===$VoucherType_id) selected @endif @endif value="{{$VoucherType->title}}">{{ $VoucherType->title}} @endforeach --}} {{__('lng.Select')}} @foreach ($VoucherTypes as $VoucherType) @if (PBFunc::IsVisibleVoucherCreate($VoucherType->id)) title===$VoucherType_id) selected @endif @endif value="{{$VoucherType->title}}">{{$VoucherType->title}} @endif @endforeach