@extends('layouts.app') @section('title') {{ __('messages.item_stock.new_item_stock') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => 'item.stock.store', 'id' => 'createItemStockForm', 'files' => 'true']) }} @include('item_stocks.fields') {{ Form::close() }}
@endsection @section('page_scripts') @endsection @section('scripts') @endsection