@extends('layout.padrao') @section('title', ' Update - SOP') @section('content') {{ Form::open(array('method' => 'post', 'enctype'=>'multipart/form-data', 'route'=>array('updateSOP', $SOP->id))) }} {{method_field('PUT')}} {{ csrf_field() }}