@extends('layouts.production') @section('content') {{Trans("item_locations.menu")}} {{Trans("dashboard.crud.add")}} {{Trans("dashboard.crud.new")}} Home {{ Trans('item_locations.menu')}} {{Trans("dashboard.crud.edit")}} @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