|
|
|
@ -1,6 +1,7 @@ |
|
|
|
|
{{-- Profile edit form --}} |
|
|
|
|
|
|
|
|
|
@extends('layouts.app') |
|
|
|
|
@section('title', "Edit Profile") |
|
|
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
<form method="POST" action="{{route('profile.store')}}" class="row justify-content-center" |
|
|
|
@ -10,7 +11,7 @@ |
|
|
|
|
<div class="col-md-10"> |
|
|
|
|
@php(Widget::setLayout(3, 7)) |
|
|
|
|
|
|
|
|
|
{!! Widget::header(1, 'Profile Settings') !!} |
|
|
|
|
{!! Widget::header(1, 'Edit Profile') !!} |
|
|
|
|
{!! Widget::par(' |
|
|
|
|
Username can be changed on the |
|
|
|
|
<a href="'.e(route('account.edit')).'">account settings</a> page. |
|
|
|
|