@extends('adminlte::page') @section('title', 'Roles') @section('content_header') @component('components.breadcrumb', [ 'links' => [ 'Listado' => url('roles') ], 'current' => 'Editar' ]) @endcomponent @stop @section('content') @includeIf('alerts.errors') {{ Form::model($role, ['route' => ['roles.update',$role->id], 'method' => 'PUT', 'class' => 'animated bounceInDown']) }}