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