@extends('layouts.master-vnext') @section('page-title') Edit good - {{ $good->name }} @endsection @section('content') @include('common.errors') {{ Form::model($good, [ 'action' => ['Stock\GoodController@update', $good->id]]) }} {{ method_field('PUT') }} @include('stock.good.form')
{{ Form::close() }} @endsection