@extends('base') @section('content')

Edit User

{!! csrf_field() !!} @include('users/form', ['model' => $user])

 

{{ $user->name }}

You can change your profile picture at Gravatar.

@stop