@extends ('layouts.app') @section ('content')
@include('partials.messages') {!! Form::model($merchant, array('route' => ['merchants.update', Hashids::encode($merchant->id, 10)], 'method' => 'POST' ) ) !!} {!! csrf_field() !!} @include('merchants.partials.form') {!! Form::submit('Update', array('class' => 'btn btn-tabletpos btn-cons m-t-20') ) !!} {!! Form::close() !!}
@stop