Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {!! Form::model($stock, ['route' => ['stock.update_variant', $stock->id],'method'=>'put']) !!}
  2.  
  3. {!! Form::close() !!}
  4.  
  5. {!! Form::model($stock, $new_variant, ['route' => ['stock.update_variant', $stock->id],'method'=>'put']) !!}
  6.  
  7. {!! Form::close() !!}
Add Comment
Please, Sign In to add comment