@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.add")}} @include('layouts.includes.message') {{ Form::open(array('route' => 'item_locations.store','method'=>'POST','files' => true)) }} {{ trans('dashboard.form')}} {{ trans('item_locations.menu')}} @include('itemLocations.inc.form') {{ Form::close() }} @endsection