Switch bio to be stored in database
This commit is contained in:
parent
f51a740858
commit
bdb69df52d
14 changed files with 219 additions and 38 deletions
|
@ -43,9 +43,11 @@
|
|||
</header>
|
||||
|
||||
<main>
|
||||
@yield('content')
|
||||
@section('bio')
|
||||
@show
|
||||
@yield('content')
|
||||
|
||||
@isset($bio)
|
||||
{!! $bio !!}
|
||||
@endisset
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue