@extends('layouts.default') @extends('content_wrappers.md-8') @section('title', '| Edit Role') @section('heading', 'Edit '.$role->name) @section('scripts') @endsection @section('content') {{ Form::model($role, array('route' => array('roles.update', $role->id), 'method' => 'PUT')) }}{{-- Form model binding to automatically populate our fields with role data --}}