mix up the navbar a bit
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
@section('content')
|
||||
<form method="POST" action="{{route('profile.store')}}" class="row justify-content-center"
|
||||
aria-label="Your Profile">
|
||||
aria-label="Profile Settings">
|
||||
@csrf
|
||||
|
||||
<div class="col-md-10">
|
||||
@php(Widget::setLayout(3, 7))
|
||||
|
||||
{!! Widget::header(1, 'Your Profile') !!}
|
||||
{!! Widget::header(1, 'Profile Settings') !!}
|
||||
{!! Widget::par('
|
||||
Username can be changed on the
|
||||
<a href="'.e(route('account.edit')).'">account settings</a> page.
|
||||
|
||||
Reference in New Issue
Block a user