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