mix up the navbar a bit

This commit is contained in:
2018-07-28 19:04:37 +02:00
parent dc5ec5db95
commit 4c1ec1ba2f
13 changed files with 331 additions and 298 deletions
@@ -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">
@@ -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.