@extends('layouts.template.app') @section('title', 'Roles') @section('first-title', 'USB') @section('href', route('roles.index')) @section('title-page', 'Roles') @section('suit', 'Roles') @section('item-suit', 'USB') @section('content') @if (session('message')) {{ session('message') }} @endif {!! Form::model($role, ['route' => ['roles.update', $role], 'method' => 'put']) !!} @include('roles.partials.form') {!! Form::submit('Editar rol', ['class' => 'btn btn-primary btn-sm mt-2']) !!} {!! Form::close() !!} {{-- //SCRIPTS --}} {{-- --}} @endsection