mix up the navbar a bit
This commit is contained in:
@@ -5,12 +5,16 @@
|
||||
@section('content')
|
||||
@php(Widget::setLayout(3, 7))
|
||||
|
||||
<form method="POST" action="{{route('account.store')}}" class="row justify-content-center">
|
||||
<form method="POST" action="{{route('account.store')}}" class="row justify-content-center" aria-label="Account Settings">
|
||||
@csrf
|
||||
|
||||
<div class="col-md-10">
|
||||
{!! Widget::header(1, 'Your Account') !!}
|
||||
{!! Widget::par('Confirm using the save button at the bottom.', 'text-muted') !!}
|
||||
{!! Widget::header(1, 'Account Settings') !!}
|
||||
|
||||
{!! Widget::par('
|
||||
Profile info can be changed on the
|
||||
<a href="'.e(route('profile.edit')).'">profile settings</a> page.
|
||||
', 'text-muted', false) !!}
|
||||
</div>
|
||||
|
||||
<div class="col-md-10 mt-3">
|
||||
@@ -36,7 +40,7 @@
|
||||
{!! Widget::password('new_password_confirmation', 'Confirm New Password') !!}
|
||||
</div>
|
||||
|
||||
<div class="col-md-10 mt-3">
|
||||
<div class="col-md-10 mt-2">
|
||||
<div class="row form-group">
|
||||
<div class="col-md-7 offset-md-3">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
|
||||
Reference in New Issue
Block a user