@extends('layouts.backend') @section('extra_css')
@endsection @section('extra_js') @endsection @section('content')
Users
Go!
@include('parts.message')
Update Account
Please fill up this form carefully
Settings 1
Settings 2
{{ csrf_field() }}
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
User Role
{{ $user->role }}
---------
Admin
Editor
User
Select Picture
Choose
picture) src="{{ $user->picture }}" @endif>
E-Mail Address
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
Update
@endsection