Last active
February 18, 2020 06:54
-
-
Save otkrsk/f7e1dbe0a4ea71f5f917f0c23a8a3d88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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