@extends('admin.layouts.default') {{-- Web site Title --}} @section('title') @lang('roles/title.edit') @parent @stop {{-- Content --}} @section('content')

@lang('roles/title.edit')

@lang('roles/title.edit')

@if ($role) {!! Form::model($role, [ 'url' => URL::to('admin/roles/' . $role->id), 'method' => 'put', 'class' => 'form-horizontal', ]) !!} {{ csrf_field() }}
{!! $errors->first('name', ':message') !!}
@lang('button.cancel')
{!! Form::close() !!} @else

@lang('roles/message.error.no_role_exists')

@lang('button.back') @endif
@stop