@include('partials.messages')
{!! Form::model(null, array('route' => ['stocktakers.store'], 'method' => 'GET' ) ) !!}
{!! csrf_field() !!}
@include('stocktakers.partials.form')
{!! Form::submit('Create', array('class' => 'btn btn-tabletpos btn-cons m-t-10') ) !!}
{!! Form::close() !!}