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