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