@extends('layouts.master') @section('content-header')

{{ trans('user::roles.title.edit') }} {{ $role->name }}

@stop @section('content') {!! Form::open(['route' => ['admin.user.role.update', $role->id], 'method' => 'put']) !!}
{!! Form::close() !!} @stop @section('footer')   @stop @section('shortcuts')
b
{{ trans('user::roles.navigation.back to index') }}
@stop @push('js-stack')