Skip to content

Instantly share code, notes, and snippets.

@otkrsk
Last active February 18, 2020 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otkrsk/f7e1dbe0a4ea71f5f917f0c23a8a3d88 to your computer and use it in GitHub Desktop.
Save otkrsk/f7e1dbe0a4ea71f5f917f0c23a8a3d88 to your computer and use it in GitHub Desktop.
$menuitem = MenuItem::create([
'menu_id' => \Auth::user()->branches()->first()->id,
'name' => $customer->id,
'product_type' => $customer->cars->first()->id,
'status' => 0,
'sales_total' => 0,
'is_cancel' => false
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment