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