@extends('layouts.production') @section('content')

{{Trans("item_locations.menu")}} {{Trans("dashboard.crud.add")}} {{Trans("dashboard.crud.new")}}

@include('layouts.includes.message') {{Form::model($item_location,['method'=>'patch','route'=>['item_locations.update',$item_location->id],'files'=>true]) }}

{{ trans('dashboard.form')}} {{ trans('item_locations.menu')}}

@include('itemLocations.inc.form')
{{ Form::close() }}
@endsection