<textareaclass="form-control"id="bio"name="bio"placeholder="Add a bio here"rows="2">{{Auth::user()->profile->bio}}</textarea>
<small class="form-text text-muted">
Max length: {{config('pixelfed.max_bio_length')}} characters.
</small>
<textareaclass="form-control"id="bio"name="bio"placeholder="Add a bio here"rows="2"data-max-length="{{config('pixelfed.max_bio_length')}}">{{Auth::user()->profile->bio}}</textarea>
<p class="form-text">
<spanclass="bio-counter float-right small text-muted">0/{{config('pixelfed.max_bio_length')}}</span>