insert([ [ 'owner_id' => 2, 'assigned_to' => 1, 'name' => 'Star Kabab & Restaurant', 'address' => 'House 1, Road 2, Dhanmondi, Dhaka 1205', 'restaurant_type' => 'Restaurant', 'phone' => '01712345678', 'domain' => 'starkabab.com', 'platform' => 'WEB', 'last_active_time' => Carbon::now(), 'status' => 1, 'theme_id' => 1, 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), ], ]); } }