@extends('layouts.master') @section('content') {!! Form::model($role,['route'=>['role.update',$role->id],'method'=>'PUT','files'=>true]) !!}