@if($mode=="show")
@if($role->IsModifiable)
Modifier@endif
@else
{!! html()->button('Enregistrer')->value('Enregistrer')->type('submit')->attributes(['class' => 'btn btn-primary']) !!}
@endif
Retour
@if(($mode=="show") && $role->IsSupprimable)
{{ html()->form('DELETE', url('/roles/'. $role->id))->open() }}
{{ html()->form()->close() }}
@endif