Update settings.blade.php
This commit is contained in:
parent
ebf881a16f
commit
32d273c16c
|
|
@ -108,7 +108,7 @@
|
||||||
@csrf
|
@csrf
|
||||||
<div class="content_special" style="flex-wrap: wrap; flex-direction: column; width: 100%;">
|
<div class="content_special" style="flex-wrap: wrap; flex-direction: column; width: 100%;">
|
||||||
<h3>Bio</h3>
|
<h3>Bio</h3>
|
||||||
<textarea style="resize: none; width: 100%; height: 75px;" name="bio">
|
<textarea style="resize: none; width: 97%; height: 75px;" name="bio">
|
||||||
@if (!old('bio'))
|
@if (!old('bio'))
|
||||||
{{ Auth::user()->blurb }}@else{{ old('bio') }}
|
{{ Auth::user()->blurb }}@else{{ old('bio') }}
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue