{!! Form::open([ 'method' => 'POST', 'url' => route('admin.order.startDelivery'), 'files' => true, 'id' => 'delivery-form' ]) !!} {{Form::bsTextArea('Ghi chú:', 'note', $order['note'], ['class' => 'form-control order-note'])}} {!! Form::close() !!}
@section('scripts') @parent @endsection