@extends('user.layouts.index') @section('content')
Edit User
{!! Form::open( array( 'url' => 'user/users/'.$user->id, 'method' => 'PUT', 'class' => 'form-horizontal' ) ) !!} @if ($errors->any())
@endif
Close
{!! Form::close() !!}
@endsection